tencentcloud-sdk-nodejs-tdmq 4.0.553 → 4.0.555
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 +395 -0
- package/SERVICE_CHANGELOG.md +487 -198
- package/package.json +1 -1
- package/products.md +57 -58
- package/src/services/tdmq/v20200217/tdmq_client.ts +76 -38
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +76 -38
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +76 -38
|
@@ -23,8 +23,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
23
23
|
*/
|
|
24
24
|
ModifyAMQPCluster(req: ModifyAMQPClusterRequest, cb?: (error: string, rep: ModifyAMQPClusterResponse) => void): Promise<ModifyAMQPClusterResponse>;
|
|
25
25
|
/**
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
* 产品下线了,对应的接口也要下线。
|
|
27
|
+
|
|
28
|
+
删除Amqp交换机
|
|
29
|
+
*/
|
|
28
30
|
DeleteAMQPExchange(req: DeleteAMQPExchangeRequest, cb?: (error: string, rep: DeleteAMQPExchangeResponse) => void): Promise<DeleteAMQPExchangeResponse>;
|
|
29
31
|
/**
|
|
30
32
|
* 创建cmq主题
|
|
@@ -39,8 +41,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
41
|
*/
|
|
40
42
|
DescribeCmqTopics(req: DescribeCmqTopicsRequest, cb?: (error: string, rep: DescribeCmqTopicsResponse) => void): Promise<DescribeCmqTopicsResponse>;
|
|
41
43
|
/**
|
|
42
|
-
|
|
43
|
-
|
|
44
|
+
* 产品下线了,对应的接口也要下线。
|
|
45
|
+
|
|
46
|
+
创建Amqp Vhost
|
|
47
|
+
*/
|
|
44
48
|
CreateAMQPVHost(req: CreateAMQPVHostRequest, cb?: (error: string, rep: CreateAMQPVHostResponse) => void): Promise<CreateAMQPVHostResponse>;
|
|
45
49
|
/**
|
|
46
50
|
* 批量删除topics
|
|
@@ -67,8 +71,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
67
71
|
*/
|
|
68
72
|
CreateTopic(req: CreateTopicRequest, cb?: (error: string, rep: CreateTopicResponse) => void): Promise<CreateTopicResponse>;
|
|
69
73
|
/**
|
|
70
|
-
|
|
71
|
-
|
|
74
|
+
* 产品下线了,对应的接口也要下线。
|
|
75
|
+
|
|
76
|
+
获取单个Amqp集群信息
|
|
77
|
+
*/
|
|
72
78
|
DescribeAMQPCluster(req: DescribeAMQPClusterRequest, cb?: (error: string, rep: DescribeAMQPClusterResponse) => void): Promise<DescribeAMQPClusterResponse>;
|
|
73
79
|
/**
|
|
74
80
|
* 查询cmq全量队列
|
|
@@ -151,20 +157,26 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
151
157
|
*/
|
|
152
158
|
DescribeCmqSubscriptionDetail(req: DescribeCmqSubscriptionDetailRequest, cb?: (error: string, rep: DescribeCmqSubscriptionDetailResponse) => void): Promise<DescribeCmqSubscriptionDetailResponse>;
|
|
153
159
|
/**
|
|
154
|
-
|
|
155
|
-
|
|
160
|
+
* 产品下线了,对应的接口也要下线。
|
|
161
|
+
|
|
162
|
+
创建AMQP集群
|
|
163
|
+
*/
|
|
156
164
|
CreateAMQPCluster(req: CreateAMQPClusterRequest, cb?: (error: string, rep: CreateAMQPClusterResponse) => void): Promise<CreateAMQPClusterResponse>;
|
|
157
165
|
/**
|
|
158
166
|
* 枚举cmq死信队列源队列
|
|
159
167
|
*/
|
|
160
168
|
DescribeCmqDeadLetterSourceQueues(req: DescribeCmqDeadLetterSourceQueuesRequest, cb?: (error: string, rep: DescribeCmqDeadLetterSourceQueuesResponse) => void): Promise<DescribeCmqDeadLetterSourceQueuesResponse>;
|
|
161
169
|
/**
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
* 产品下线了,对应的接口也要下线。
|
|
171
|
+
|
|
172
|
+
获取Amqp Vhost 列表
|
|
173
|
+
*/
|
|
164
174
|
DescribeAMQPVHosts(req: DescribeAMQPVHostsRequest, cb?: (error: string, rep: DescribeAMQPVHostsResponse) => void): Promise<DescribeAMQPVHostsResponse>;
|
|
165
175
|
/**
|
|
166
|
-
|
|
167
|
-
|
|
176
|
+
* 产品下线了,对应的接口也要下线。
|
|
177
|
+
|
|
178
|
+
更新Amqp队列
|
|
179
|
+
*/
|
|
168
180
|
ModifyAMQPQueue(req: ModifyAMQPQueueRequest, cb?: (error: string, rep: ModifyAMQPQueueResponse) => void): Promise<ModifyAMQPQueueResponse>;
|
|
169
181
|
/**
|
|
170
182
|
* 获取集群列表
|
|
@@ -187,12 +199,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
187
199
|
*/
|
|
188
200
|
DescribeRocketMQVipInstanceDetail(req: DescribeRocketMQVipInstanceDetailRequest, cb?: (error: string, rep: DescribeRocketMQVipInstanceDetailResponse) => void): Promise<DescribeRocketMQVipInstanceDetailResponse>;
|
|
189
201
|
/**
|
|
190
|
-
|
|
191
|
-
|
|
202
|
+
* 产品下线了,对应的接口也要下线。
|
|
203
|
+
|
|
204
|
+
删除Amqp队列
|
|
205
|
+
*/
|
|
192
206
|
DeleteAMQPQueue(req: DeleteAMQPQueueRequest, cb?: (error: string, rep: DeleteAMQPQueueResponse) => void): Promise<DeleteAMQPQueueResponse>;
|
|
193
207
|
/**
|
|
194
|
-
|
|
195
|
-
|
|
208
|
+
* 产品下线了,对应的接口也要下线。
|
|
209
|
+
|
|
210
|
+
删除Vhost
|
|
211
|
+
*/
|
|
196
212
|
DeleteAMQPVHost(req: DeleteAMQPVHostRequest, cb?: (error: string, rep: DeleteAMQPVHostResponse) => void): Promise<DeleteAMQPVHostResponse>;
|
|
197
213
|
/**
|
|
198
214
|
* 更新集群信息
|
|
@@ -207,8 +223,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
207
223
|
*/
|
|
208
224
|
CreateSubscription(req: CreateSubscriptionRequest, cb?: (error: string, rep: CreateSubscriptionResponse) => void): Promise<CreateSubscriptionResponse>;
|
|
209
225
|
/**
|
|
210
|
-
|
|
211
|
-
|
|
226
|
+
* 产品下线了,对应的接口也要下线。
|
|
227
|
+
|
|
228
|
+
删除AMQP集群
|
|
229
|
+
*/
|
|
212
230
|
DeleteAMQPCluster(req: DeleteAMQPClusterRequest, cb?: (error: string, rep: DeleteAMQPClusterResponse) => void): Promise<DeleteAMQPClusterResponse>;
|
|
213
231
|
/**
|
|
214
232
|
* 获取单个RocketMQ集群信息
|
|
@@ -231,24 +249,32 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
231
249
|
*/
|
|
232
250
|
DescribeBindVpcs(req: DescribeBindVpcsRequest, cb?: (error: string, rep: DescribeBindVpcsResponse) => void): Promise<DescribeBindVpcsResponse>;
|
|
233
251
|
/**
|
|
234
|
-
|
|
235
|
-
|
|
252
|
+
* 产品下线了,对应的接口也要下线。
|
|
253
|
+
|
|
254
|
+
获取用户的配额,如Queue容量,Exchange容量,Vhost容量,单Vhost Tps数,剩余可创建集群数
|
|
255
|
+
*/
|
|
236
256
|
DescribeAMQPCreateQuota(req?: DescribeAMQPCreateQuotaRequest, cb?: (error: string, rep: DescribeAMQPCreateQuotaResponse) => void): Promise<DescribeAMQPCreateQuotaResponse>;
|
|
237
257
|
/**
|
|
238
258
|
* 删除RocketMQ主题
|
|
239
259
|
*/
|
|
240
260
|
DeleteRocketMQTopic(req: DeleteRocketMQTopicRequest, cb?: (error: string, rep: DeleteRocketMQTopicResponse) => void): Promise<DeleteRocketMQTopicResponse>;
|
|
241
261
|
/**
|
|
242
|
-
|
|
243
|
-
|
|
262
|
+
* 产品下线了,对应的接口也要下线。
|
|
263
|
+
|
|
264
|
+
创建AMQP Exchange
|
|
265
|
+
*/
|
|
244
266
|
CreateAMQPExchange(req: CreateAMQPExchangeRequest, cb?: (error: string, rep: CreateAMQPExchangeResponse) => void): Promise<CreateAMQPExchangeResponse>;
|
|
245
267
|
/**
|
|
246
|
-
|
|
247
|
-
|
|
268
|
+
* 产品下线了,对应的接口也要下线。
|
|
269
|
+
|
|
270
|
+
创建AMQP路由关系
|
|
271
|
+
*/
|
|
248
272
|
CreateAMQPRouteRelation(req: CreateAMQPRouteRelationRequest, cb?: (error: string, rep: CreateAMQPRouteRelationResponse) => void): Promise<CreateAMQPRouteRelationResponse>;
|
|
249
273
|
/**
|
|
250
|
-
|
|
251
|
-
|
|
274
|
+
* 产品下线了,对应的接口也要下线。
|
|
275
|
+
|
|
276
|
+
获取Amqp路由关系列表
|
|
277
|
+
*/
|
|
252
278
|
DescribeAMQPRouteRelations(req: DescribeAMQPRouteRelationsRequest, cb?: (error: string, rep: DescribeAMQPRouteRelationsResponse) => void): Promise<DescribeAMQPRouteRelationsResponse>;
|
|
253
279
|
/**
|
|
254
280
|
* 查询用户已购的RocketMQ专享实例列表
|
|
@@ -259,20 +285,26 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
259
285
|
*/
|
|
260
286
|
DescribeAMQPClusters(req: DescribeAMQPClustersRequest, cb?: (error: string, rep: DescribeAMQPClustersResponse) => void): Promise<DescribeAMQPClustersResponse>;
|
|
261
287
|
/**
|
|
262
|
-
|
|
263
|
-
|
|
288
|
+
* 产品下线了,对应的接口也要下线。
|
|
289
|
+
|
|
290
|
+
创建AMQP队列
|
|
291
|
+
*/
|
|
264
292
|
CreateAMQPQueue(req: CreateAMQPQueueRequest, cb?: (error: string, rep: CreateAMQPQueueResponse) => void): Promise<CreateAMQPQueueResponse>;
|
|
265
293
|
/**
|
|
266
|
-
|
|
267
|
-
|
|
294
|
+
* 产品下线了,对应的接口也要下线。
|
|
295
|
+
|
|
296
|
+
更新Vhost
|
|
297
|
+
*/
|
|
268
298
|
ModifyAMQPVHost(req: ModifyAMQPVHostRequest, cb?: (error: string, rep: ModifyAMQPVHostResponse) => void): Promise<ModifyAMQPVHostResponse>;
|
|
269
299
|
/**
|
|
270
300
|
* 获取RocketMQ消费组列表
|
|
271
301
|
*/
|
|
272
302
|
DescribeRocketMQGroups(req: DescribeRocketMQGroupsRequest, cb?: (error: string, rep: DescribeRocketMQGroupsResponse) => void): Promise<DescribeRocketMQGroupsResponse>;
|
|
273
303
|
/**
|
|
274
|
-
|
|
275
|
-
|
|
304
|
+
* 产品下线了,对应的接口也要下线。
|
|
305
|
+
|
|
306
|
+
获取Amqp队列列表
|
|
307
|
+
*/
|
|
276
308
|
DescribeAMQPQueues(req: DescribeAMQPQueuesRequest, cb?: (error: string, rep: DescribeAMQPQueuesResponse) => void): Promise<DescribeAMQPQueuesResponse>;
|
|
277
309
|
/**
|
|
278
310
|
* 删除RocketMQ集群
|
|
@@ -287,8 +319,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
287
319
|
*/
|
|
288
320
|
DeleteRoles(req: DeleteRolesRequest, cb?: (error: string, rep: DeleteRolesResponse) => void): Promise<DeleteRolesResponse>;
|
|
289
321
|
/**
|
|
290
|
-
|
|
291
|
-
|
|
322
|
+
* 产品下线了,对应的接口也要下线。
|
|
323
|
+
|
|
324
|
+
获取AMQP Exchange列表
|
|
325
|
+
*/
|
|
292
326
|
DescribeAMQPExchanges(req: DescribeAMQPExchangesRequest, cb?: (error: string, rep: DescribeAMQPExchangesResponse) => void): Promise<DescribeAMQPExchangesResponse>;
|
|
293
327
|
/**
|
|
294
328
|
* 当前 ReceiveMessage 接口只支持 Partitioned 类型的 Topic。该接口用于接收发送到指定 Partitioned Topic 中的消息,当 Partitioned Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
|
|
@@ -315,8 +349,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
315
349
|
*/
|
|
316
350
|
ReceiveMessage(req: ReceiveMessageRequest, cb?: (error: string, rep: ReceiveMessageResponse) => void): Promise<ReceiveMessageResponse>;
|
|
317
351
|
/**
|
|
318
|
-
|
|
319
|
-
|
|
352
|
+
* 产品下线了,对应的接口也要下线。
|
|
353
|
+
|
|
354
|
+
更新Amqp交换机
|
|
355
|
+
*/
|
|
320
356
|
ModifyAMQPExchange(req: ModifyAMQPExchangeRequest, cb?: (error: string, rep: ModifyAMQPExchangeResponse) => void): Promise<ModifyAMQPExchangeResponse>;
|
|
321
357
|
/**
|
|
322
358
|
* 发送cmq消息
|
|
@@ -355,8 +391,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
355
391
|
*/
|
|
356
392
|
ModifyTopic(req: ModifyTopicRequest, cb?: (error: string, rep: ModifyTopicResponse) => void): Promise<ModifyTopicResponse>;
|
|
357
393
|
/**
|
|
358
|
-
|
|
359
|
-
|
|
394
|
+
* 产品下线了,对应的接口也要下线。
|
|
395
|
+
|
|
396
|
+
删除Amqp路由关系
|
|
397
|
+
*/
|
|
360
398
|
DeleteAMQPRouteRelation(req: DeleteAMQPRouteRelationRequest, cb?: (error: string, rep: DeleteAMQPRouteRelationResponse) => void): Promise<DeleteAMQPRouteRelationResponse>;
|
|
361
399
|
/**
|
|
362
400
|
* 运营端获节点健康状态
|
|
@@ -52,8 +52,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
52
52
|
return this.request("ModifyAMQPCluster", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
* 产品下线了,对应的接口也要下线。
|
|
56
|
+
|
|
57
|
+
删除Amqp交换机
|
|
58
|
+
*/
|
|
57
59
|
async DeleteAMQPExchange(req, cb) {
|
|
58
60
|
return this.request("DeleteAMQPExchange", req, cb);
|
|
59
61
|
}
|
|
@@ -76,8 +78,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
76
78
|
return this.request("DescribeCmqTopics", req, cb);
|
|
77
79
|
}
|
|
78
80
|
/**
|
|
79
|
-
|
|
80
|
-
|
|
81
|
+
* 产品下线了,对应的接口也要下线。
|
|
82
|
+
|
|
83
|
+
创建Amqp Vhost
|
|
84
|
+
*/
|
|
81
85
|
async CreateAMQPVHost(req, cb) {
|
|
82
86
|
return this.request("CreateAMQPVHost", req, cb);
|
|
83
87
|
}
|
|
@@ -118,8 +122,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
118
122
|
return this.request("CreateTopic", req, cb);
|
|
119
123
|
}
|
|
120
124
|
/**
|
|
121
|
-
|
|
122
|
-
|
|
125
|
+
* 产品下线了,对应的接口也要下线。
|
|
126
|
+
|
|
127
|
+
获取单个Amqp集群信息
|
|
128
|
+
*/
|
|
123
129
|
async DescribeAMQPCluster(req, cb) {
|
|
124
130
|
return this.request("DescribeAMQPCluster", req, cb);
|
|
125
131
|
}
|
|
@@ -244,8 +250,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
250
|
return this.request("DescribeCmqSubscriptionDetail", req, cb);
|
|
245
251
|
}
|
|
246
252
|
/**
|
|
247
|
-
|
|
248
|
-
|
|
253
|
+
* 产品下线了,对应的接口也要下线。
|
|
254
|
+
|
|
255
|
+
创建AMQP集群
|
|
256
|
+
*/
|
|
249
257
|
async CreateAMQPCluster(req, cb) {
|
|
250
258
|
return this.request("CreateAMQPCluster", req, cb);
|
|
251
259
|
}
|
|
@@ -256,14 +264,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
256
264
|
return this.request("DescribeCmqDeadLetterSourceQueues", req, cb);
|
|
257
265
|
}
|
|
258
266
|
/**
|
|
259
|
-
|
|
260
|
-
|
|
267
|
+
* 产品下线了,对应的接口也要下线。
|
|
268
|
+
|
|
269
|
+
获取Amqp Vhost 列表
|
|
270
|
+
*/
|
|
261
271
|
async DescribeAMQPVHosts(req, cb) {
|
|
262
272
|
return this.request("DescribeAMQPVHosts", req, cb);
|
|
263
273
|
}
|
|
264
274
|
/**
|
|
265
|
-
|
|
266
|
-
|
|
275
|
+
* 产品下线了,对应的接口也要下线。
|
|
276
|
+
|
|
277
|
+
更新Amqp队列
|
|
278
|
+
*/
|
|
267
279
|
async ModifyAMQPQueue(req, cb) {
|
|
268
280
|
return this.request("ModifyAMQPQueue", req, cb);
|
|
269
281
|
}
|
|
@@ -298,14 +310,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
298
310
|
return this.request("DescribeRocketMQVipInstanceDetail", req, cb);
|
|
299
311
|
}
|
|
300
312
|
/**
|
|
301
|
-
|
|
302
|
-
|
|
313
|
+
* 产品下线了,对应的接口也要下线。
|
|
314
|
+
|
|
315
|
+
删除Amqp队列
|
|
316
|
+
*/
|
|
303
317
|
async DeleteAMQPQueue(req, cb) {
|
|
304
318
|
return this.request("DeleteAMQPQueue", req, cb);
|
|
305
319
|
}
|
|
306
320
|
/**
|
|
307
|
-
|
|
308
|
-
|
|
321
|
+
* 产品下线了,对应的接口也要下线。
|
|
322
|
+
|
|
323
|
+
删除Vhost
|
|
324
|
+
*/
|
|
309
325
|
async DeleteAMQPVHost(req, cb) {
|
|
310
326
|
return this.request("DeleteAMQPVHost", req, cb);
|
|
311
327
|
}
|
|
@@ -328,8 +344,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
328
344
|
return this.request("CreateSubscription", req, cb);
|
|
329
345
|
}
|
|
330
346
|
/**
|
|
331
|
-
|
|
332
|
-
|
|
347
|
+
* 产品下线了,对应的接口也要下线。
|
|
348
|
+
|
|
349
|
+
删除AMQP集群
|
|
350
|
+
*/
|
|
333
351
|
async DeleteAMQPCluster(req, cb) {
|
|
334
352
|
return this.request("DeleteAMQPCluster", req, cb);
|
|
335
353
|
}
|
|
@@ -364,8 +382,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
364
382
|
return this.request("DescribeBindVpcs", req, cb);
|
|
365
383
|
}
|
|
366
384
|
/**
|
|
367
|
-
|
|
368
|
-
|
|
385
|
+
* 产品下线了,对应的接口也要下线。
|
|
386
|
+
|
|
387
|
+
获取用户的配额,如Queue容量,Exchange容量,Vhost容量,单Vhost Tps数,剩余可创建集群数
|
|
388
|
+
*/
|
|
369
389
|
async DescribeAMQPCreateQuota(req, cb) {
|
|
370
390
|
return this.request("DescribeAMQPCreateQuota", req, cb);
|
|
371
391
|
}
|
|
@@ -376,20 +396,26 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
376
396
|
return this.request("DeleteRocketMQTopic", req, cb);
|
|
377
397
|
}
|
|
378
398
|
/**
|
|
379
|
-
|
|
380
|
-
|
|
399
|
+
* 产品下线了,对应的接口也要下线。
|
|
400
|
+
|
|
401
|
+
创建AMQP Exchange
|
|
402
|
+
*/
|
|
381
403
|
async CreateAMQPExchange(req, cb) {
|
|
382
404
|
return this.request("CreateAMQPExchange", req, cb);
|
|
383
405
|
}
|
|
384
406
|
/**
|
|
385
|
-
|
|
386
|
-
|
|
407
|
+
* 产品下线了,对应的接口也要下线。
|
|
408
|
+
|
|
409
|
+
创建AMQP路由关系
|
|
410
|
+
*/
|
|
387
411
|
async CreateAMQPRouteRelation(req, cb) {
|
|
388
412
|
return this.request("CreateAMQPRouteRelation", req, cb);
|
|
389
413
|
}
|
|
390
414
|
/**
|
|
391
|
-
|
|
392
|
-
|
|
415
|
+
* 产品下线了,对应的接口也要下线。
|
|
416
|
+
|
|
417
|
+
获取Amqp路由关系列表
|
|
418
|
+
*/
|
|
393
419
|
async DescribeAMQPRouteRelations(req, cb) {
|
|
394
420
|
return this.request("DescribeAMQPRouteRelations", req, cb);
|
|
395
421
|
}
|
|
@@ -406,14 +432,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
406
432
|
return this.request("DescribeAMQPClusters", req, cb);
|
|
407
433
|
}
|
|
408
434
|
/**
|
|
409
|
-
|
|
410
|
-
|
|
435
|
+
* 产品下线了,对应的接口也要下线。
|
|
436
|
+
|
|
437
|
+
创建AMQP队列
|
|
438
|
+
*/
|
|
411
439
|
async CreateAMQPQueue(req, cb) {
|
|
412
440
|
return this.request("CreateAMQPQueue", req, cb);
|
|
413
441
|
}
|
|
414
442
|
/**
|
|
415
|
-
|
|
416
|
-
|
|
443
|
+
* 产品下线了,对应的接口也要下线。
|
|
444
|
+
|
|
445
|
+
更新Vhost
|
|
446
|
+
*/
|
|
417
447
|
async ModifyAMQPVHost(req, cb) {
|
|
418
448
|
return this.request("ModifyAMQPVHost", req, cb);
|
|
419
449
|
}
|
|
@@ -424,8 +454,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
424
454
|
return this.request("DescribeRocketMQGroups", req, cb);
|
|
425
455
|
}
|
|
426
456
|
/**
|
|
427
|
-
|
|
428
|
-
|
|
457
|
+
* 产品下线了,对应的接口也要下线。
|
|
458
|
+
|
|
459
|
+
获取Amqp队列列表
|
|
460
|
+
*/
|
|
429
461
|
async DescribeAMQPQueues(req, cb) {
|
|
430
462
|
return this.request("DescribeAMQPQueues", req, cb);
|
|
431
463
|
}
|
|
@@ -448,8 +480,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
448
480
|
return this.request("DeleteRoles", req, cb);
|
|
449
481
|
}
|
|
450
482
|
/**
|
|
451
|
-
|
|
452
|
-
|
|
483
|
+
* 产品下线了,对应的接口也要下线。
|
|
484
|
+
|
|
485
|
+
获取AMQP Exchange列表
|
|
486
|
+
*/
|
|
453
487
|
async DescribeAMQPExchanges(req, cb) {
|
|
454
488
|
return this.request("DescribeAMQPExchanges", req, cb);
|
|
455
489
|
}
|
|
@@ -480,8 +514,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
480
514
|
return this.request("ReceiveMessage", req, cb);
|
|
481
515
|
}
|
|
482
516
|
/**
|
|
483
|
-
|
|
484
|
-
|
|
517
|
+
* 产品下线了,对应的接口也要下线。
|
|
518
|
+
|
|
519
|
+
更新Amqp交换机
|
|
520
|
+
*/
|
|
485
521
|
async ModifyAMQPExchange(req, cb) {
|
|
486
522
|
return this.request("ModifyAMQPExchange", req, cb);
|
|
487
523
|
}
|
|
@@ -540,8 +576,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
540
576
|
return this.request("ModifyTopic", req, cb);
|
|
541
577
|
}
|
|
542
578
|
/**
|
|
543
|
-
|
|
544
|
-
|
|
579
|
+
* 产品下线了,对应的接口也要下线。
|
|
580
|
+
|
|
581
|
+
删除Amqp路由关系
|
|
582
|
+
*/
|
|
545
583
|
async DeleteAMQPRouteRelation(req, cb) {
|
|
546
584
|
return this.request("DeleteAMQPRouteRelation", req, cb);
|
|
547
585
|
}
|