tencentcloud-sdk-nodejs 4.1.191 → 4.1.192
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/es/common/sdk_version.js +1 -1
- package/es/services/hai/v20230812/hai_client.js +7 -4
- package/es/services/organization/v20210331/organization_client.js +9 -0
- package/es/services/rum/v20210622/rum_client.js +63 -27
- package/es/services/trocket/v20230308/trocket_client.js +20 -95
- package/es/services/trtc/v20190722/trtc_client.js +18 -9
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +133 -11
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +19 -14
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +80 -92
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +9 -5
- package/tencentcloud/services/hai/v20230812/hai_client.js +12 -6
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +392 -180
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +156 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -79
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +78 -29
- package/tencentcloud/services/rum/v20210622/rum_client.js +115 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2828 -1142
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +49 -211
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +58 -270
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +373 -1632
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +29 -16
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +39 -20
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +292 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
|
@@ -200,31 +200,31 @@ export interface ModifyResourceTagsResponse {
|
|
|
200
200
|
*/
|
|
201
201
|
export interface DescribeTagsRequest {
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* <p>标签键,与标签值同时存在或同时不存在,不存在时表示查询该用户所有标签</p>
|
|
204
204
|
*/
|
|
205
205
|
TagKey?: string;
|
|
206
206
|
/**
|
|
207
|
-
*
|
|
207
|
+
* <p>标签值,与标签键同时存在或同时不存在,不存在时表示查询该用户所有标签</p>
|
|
208
208
|
*/
|
|
209
209
|
TagValue?: string;
|
|
210
210
|
/**
|
|
211
|
-
*
|
|
211
|
+
* <p>数据偏移量,默认为 0, 必须为Limit参数的整数倍</p>
|
|
212
212
|
*/
|
|
213
213
|
Offset?: number;
|
|
214
214
|
/**
|
|
215
|
-
*
|
|
215
|
+
* <p>每页大小,默认为 15,最大1000</p>
|
|
216
216
|
*/
|
|
217
217
|
Limit?: number;
|
|
218
218
|
/**
|
|
219
|
-
*
|
|
219
|
+
* <p>创建者用户 Uin,不传或为空只将 Uin 作为条件查询</p>
|
|
220
220
|
*/
|
|
221
221
|
CreateUin?: number;
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
* <p>标签键数组,与标签值同时存在或同时不存在,不存在时表示查询该用户所有标签,当与TagKey同时传递时只取本值</p>
|
|
224
224
|
*/
|
|
225
225
|
TagKeys?: Array<string>;
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* <p>是否展现项目标签。1:展示 0:不展示</p>
|
|
228
228
|
*/
|
|
229
229
|
ShowProject?: number;
|
|
230
230
|
}
|
|
@@ -258,23 +258,23 @@ export interface DescribeProjectsRequest {
|
|
|
258
258
|
*/
|
|
259
259
|
export interface DescribeTagValuesRequest {
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* <p>标签键列表</p>
|
|
262
262
|
*/
|
|
263
263
|
TagKeys: Array<string>;
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* <p>创建者用户 Uin,不传或为空只将 Uin 作为条件查询</p>
|
|
266
266
|
*/
|
|
267
267
|
CreateUin?: number;
|
|
268
268
|
/**
|
|
269
|
-
*
|
|
269
|
+
* <p>数据偏移量,默认为 0, 必须为Limit参数的整数倍</p>
|
|
270
270
|
*/
|
|
271
271
|
Offset?: number;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* <p>每页大小,默认为 15,最大1000</p>
|
|
274
274
|
*/
|
|
275
275
|
Limit?: number;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* <p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
278
278
|
*/
|
|
279
279
|
Category?: string;
|
|
280
280
|
}
|
|
@@ -359,19 +359,19 @@ export interface ModifyResourcesTagValueResponse {
|
|
|
359
359
|
*/
|
|
360
360
|
export interface DescribeTagsResponse {
|
|
361
361
|
/**
|
|
362
|
-
*
|
|
362
|
+
* <p>结果总数</p>
|
|
363
363
|
*/
|
|
364
364
|
TotalCount?: number;
|
|
365
365
|
/**
|
|
366
|
-
*
|
|
366
|
+
* <p>数据位移偏量</p>
|
|
367
367
|
*/
|
|
368
368
|
Offset?: number;
|
|
369
369
|
/**
|
|
370
|
-
*
|
|
370
|
+
* <p>每页大小</p>
|
|
371
371
|
*/
|
|
372
372
|
Limit?: number;
|
|
373
373
|
/**
|
|
374
|
-
*
|
|
374
|
+
* <p>标签列表</p>
|
|
375
375
|
*/
|
|
376
376
|
Tags?: Array<TagWithDelete>;
|
|
377
377
|
/**
|
|
@@ -841,19 +841,19 @@ export interface DescribeTagsSeqRequest {
|
|
|
841
841
|
*/
|
|
842
842
|
export interface DescribeTagValuesResponse {
|
|
843
843
|
/**
|
|
844
|
-
*
|
|
844
|
+
* <p>结果总数</p>
|
|
845
845
|
*/
|
|
846
846
|
TotalCount?: number;
|
|
847
847
|
/**
|
|
848
|
-
*
|
|
848
|
+
* <p>数据位移偏量</p>
|
|
849
849
|
*/
|
|
850
850
|
Offset?: number;
|
|
851
851
|
/**
|
|
852
|
-
*
|
|
852
|
+
* <p>每页大小</p>
|
|
853
853
|
*/
|
|
854
854
|
Limit?: number;
|
|
855
855
|
/**
|
|
856
|
-
*
|
|
856
|
+
* <p>标签列表</p>
|
|
857
857
|
*/
|
|
858
858
|
Tags?: Array<Tag>;
|
|
859
859
|
/**
|
|
@@ -129,6 +129,8 @@ export declare class Client extends AbstractClient {
|
|
|
129
129
|
DescribeStaticStore(req: DescribeStaticStoreRequest, cb?: (error: string, rep: DescribeStaticStoreResponse) => void): Promise<DescribeStaticStoreResponse>;
|
|
130
130
|
/**
|
|
131
131
|
* 查询表的相关信息,包括索引等信息
|
|
132
|
+
|
|
133
|
+
接口入参中的 Tag 为 flexdb 的实例 Id,可以通过 [DescribeEnvs](https://cloud.tencent.com/document/api/876/34820) 接口返回的 EnvList[0].Databases[0].InstanceId 获取
|
|
132
134
|
*/
|
|
133
135
|
DescribeTable(req: DescribeTableRequest, cb?: (error: string, rep: DescribeTableResponse) => void): Promise<DescribeTableResponse>;
|
|
134
136
|
/**
|
|
@@ -190,6 +192,8 @@ export declare class Client extends AbstractClient {
|
|
|
190
192
|
RunSql(req: RunSqlRequest, cb?: (error: string, rep: RunSqlResponse) => void): Promise<RunSqlResponse>;
|
|
191
193
|
/**
|
|
192
194
|
* 本接口(DeleteTable)用于删除表,删除表后表中数据将会被删除且无法恢复,请谨慎操作
|
|
195
|
+
|
|
196
|
+
接口入参中的 Tag 为 flexdb 的实例 Id,可以通过 [DescribeEnvs](https://cloud.tencent.com/document/api/876/34820) 接口返回的 EnvList[0].Databases[0].InstanceId 获取
|
|
193
197
|
*/
|
|
194
198
|
DeleteTable(req: DeleteTableRequest, cb?: (error: string, rep: DeleteTableResponse) => void): Promise<DeleteTableResponse>;
|
|
195
199
|
/**
|
|
@@ -277,7 +281,7 @@ export declare class Client extends AbstractClient {
|
|
|
277
281
|
*/
|
|
278
282
|
DescribeEnvAccountCircle(req: DescribeEnvAccountCircleRequest, cb?: (error: string, rep: DescribeEnvAccountCircleResponse) => void): Promise<DescribeEnvAccountCircleResponse>;
|
|
279
283
|
/**
|
|
280
|
-
* 本接口(
|
|
284
|
+
* 本接口(DescribeTables)用于查询所有表信息,包括表名、表中数据条数、表中数据量、索引个数及索引的大小等
|
|
281
285
|
*/
|
|
282
286
|
DescribeTables(req: DescribeTablesRequest, cb?: (error: string, rep: DescribeTablesResponse) => void): Promise<DescribeTablesResponse>;
|
|
283
287
|
}
|
|
@@ -197,6 +197,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* 查询表的相关信息,包括索引等信息
|
|
200
|
+
|
|
201
|
+
接口入参中的 Tag 为 flexdb 的实例 Id,可以通过 [DescribeEnvs](https://cloud.tencent.com/document/api/876/34820) 接口返回的 EnvList[0].Databases[0].InstanceId 获取
|
|
200
202
|
*/
|
|
201
203
|
async DescribeTable(req, cb) {
|
|
202
204
|
return this.request("DescribeTable", req, cb);
|
|
@@ -286,6 +288,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
286
288
|
}
|
|
287
289
|
/**
|
|
288
290
|
* 本接口(DeleteTable)用于删除表,删除表后表中数据将会被删除且无法恢复,请谨慎操作
|
|
291
|
+
|
|
292
|
+
接口入参中的 Tag 为 flexdb 的实例 Id,可以通过 [DescribeEnvs](https://cloud.tencent.com/document/api/876/34820) 接口返回的 EnvList[0].Databases[0].InstanceId 获取
|
|
289
293
|
*/
|
|
290
294
|
async DeleteTable(req, cb) {
|
|
291
295
|
return this.request("DeleteTable", req, cb);
|
|
@@ -403,7 +407,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
403
407
|
return this.request("DescribeEnvAccountCircle", req, cb);
|
|
404
408
|
}
|
|
405
409
|
/**
|
|
406
|
-
* 本接口(
|
|
410
|
+
* 本接口(DescribeTables)用于查询所有表信息,包括表名、表中数据条数、表中数据量、索引个数及索引的大小等
|
|
407
411
|
*/
|
|
408
412
|
async DescribeTables(req, cb) {
|
|
409
413
|
return this.request("DescribeTables", req, cb);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeProductSKUsRequest, ResetConsumerGroupOffsetResponse, DescribeSmoothMigrationTaskListRequest, DescribeRoleListResponse,
|
|
3
|
+
import { DescribeProductSKUsRequest, ResetConsumerGroupOffsetResponse, DescribeSmoothMigrationTaskListRequest, DescribeRoleListResponse, CreateInstanceResponse, DescribeMessageListRequest, ModifyInstanceRequest, DescribeConsumerGroupResponse, ImportSourceClusterConsumerGroupsResponse, DeleteTopicRequest, DescribeSmoothMigrationTaskListResponse, DescribeMigrationTaskListResponse, DescribeRoleListRequest, DescribeMigratingTopicStatsResponse, ImportSourceClusterConsumerGroupsRequest, DescribeConsumerLagRequest, SendMessageRequest, DescribeMigratingGroupStatsRequest, DescribeSourceClusterGroupListResponse, DescribeMessageListResponse, DeleteSmoothMigrationTaskRequest, DescribeInstanceListResponse, DescribeConsumerClientListResponse, ModifyInstanceResponse, CreateConsumerGroupRequest, ChangeMigratingTopicToNextStageResponse, DescribeSourceClusterGroupListRequest, DescribeInstanceListRequest, DescribeMigrationTaskListRequest, VerifyMessageConsumptionResponse, ModifyRoleResponse, ImportSourceClusterTopicsRequest, DeleteInstanceResponse, DescribeTopicResponse, ModifyRoleRequest, DescribeFusionInstanceListResponse, CreateTopicRequest, DescribeMessageRequest, DeleteRoleRequest, ResendDeadLetterMessageResponse, ModifyConsumerGroupResponse, DescribeMigratingTopicStatsRequest, DeleteConsumerGroupRequest, CreateConsumerGroupResponse, RollbackMigratingTopicStageRequest, DescribeTopicListByGroupResponse, DescribeMessageTraceResponse, DoHealthCheckOnMigratingTopicRequest, DescribeProducerListRequest, DescribeMigratingTopicListResponse, VerifyMessageConsumptionRequest, DescribeTopicRequest, DescribeMessageTraceRequest, DeleteSmoothMigrationTaskResponse, CreateTopicResponse, DescribeMigratingGroupStatsResponse, RemoveMigratingTopicRequest, DescribeMessageResponse, ImportSourceClusterTopicsResponse, DescribeTopicListRequest, ModifyConsumerGroupRequest, DescribeConsumerGroupRequest, DescribeConsumerGroupListRequest, CreateInstanceRequest, DescribeConsumerClientRequest, ModifyTopicResponse, SendMessageResponse, DescribeConsumerLagResponse, ChangeMigratingTopicToNextStageRequest, DeleteRoleResponse, DescribeTopicListByGroupRequest, DescribeMigratingTopicListRequest, ModifyTopicRequest, DescribeInstanceResponse, DescribeConsumerClientResponse, DeleteInstanceRequest, DescribeProducerListResponse, ResendDeadLetterMessageRequest, RollbackMigratingTopicStageResponse, DescribeFusionInstanceListRequest, DoHealthCheckOnMigratingTopicResponse, CreateRoleResponse, ModifyInstanceEndpointRequest, DescribeTopicListResponse, DescribeConsumerClientListRequest, CreateRoleRequest, DeleteConsumerGroupResponse, DescribeConsumerGroupListResponse, DeleteTopicResponse, ModifyInstanceEndpointResponse, DescribeInstanceRequest, DescribeProductSKUsResponse, RemoveMigratingTopicResponse, ResetConsumerGroupOffsetRequest } from "./trocket_models";
|
|
4
4
|
/**
|
|
5
5
|
* trocket client
|
|
6
6
|
* @class
|
|
@@ -13,22 +13,21 @@ export declare class Client extends AbstractClient {
|
|
|
13
13
|
*/
|
|
14
14
|
VerifyMessageConsumption(req: VerifyMessageConsumptionRequest, cb?: (error: string, rep: VerifyMessageConsumptionResponse) => void): Promise<VerifyMessageConsumptionResponse>;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* 平滑迁移过程获取源集群group列表接口。
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
Filters字段为查询过滤器,支持以下字段:
|
|
19
|
+
* GroupName,消费组名称,支持模糊搜索
|
|
20
|
+
* Imported,是否已导入
|
|
21
|
+
* ImportStatus,导入状态,参考[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)的说明
|
|
22
|
+
* Namespace,命名空间,仅4.x集群有效
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
* 修改 RocketMQ 5.x 集群接入点,操作前请先确认接入点已存在。
|
|
24
|
+
Filters示例:
|
|
25
|
+
[{
|
|
26
|
+
"Name": "GroupName",
|
|
27
|
+
"Values": ["group-a"]
|
|
28
|
+
}]
|
|
30
29
|
*/
|
|
31
|
-
|
|
30
|
+
DescribeSourceClusterGroupList(req: DescribeSourceClusterGroupListRequest, cb?: (error: string, rep: DescribeSourceClusterGroupListResponse) => void): Promise<DescribeSourceClusterGroupListResponse>;
|
|
32
31
|
/**
|
|
33
32
|
* 查询Topic迁移状态列表。
|
|
34
33
|
|
|
@@ -64,22 +63,10 @@ Filters示例:
|
|
|
64
63
|
当前 API 适用集群:5.x 集群。4.x 集群的查询消费组订阅的主题列表接口文档见 [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/product/1179/108863)。
|
|
65
64
|
*/
|
|
66
65
|
DescribeTopicListByGroup(req: DescribeTopicListByGroupRequest, cb?: (error: string, rep: DescribeTopicListByGroupResponse) => void): Promise<DescribeTopicListByGroupResponse>;
|
|
67
|
-
/**
|
|
68
|
-
* 下线trocket下mqtt接口
|
|
69
|
-
|
|
70
|
-
修改主题属性
|
|
71
|
-
*/
|
|
72
|
-
ModifyMQTTTopic(req: ModifyMQTTTopicRequest, cb?: (error: string, rep: ModifyMQTTTopicResponse) => void): Promise<ModifyMQTTTopicResponse>;
|
|
73
66
|
/**
|
|
74
67
|
* 从迁移列表中移除主题,仅当主题处于初始状态时有效
|
|
75
68
|
*/
|
|
76
69
|
RemoveMigratingTopic(req: RemoveMigratingTopicRequest, cb?: (error: string, rep: RemoveMigratingTopicResponse) => void): Promise<RemoveMigratingTopicResponse>;
|
|
77
|
-
/**
|
|
78
|
-
* 下线trocket下mqtt接口
|
|
79
|
-
|
|
80
|
-
删除MQTT访问用户
|
|
81
|
-
*/
|
|
82
|
-
DeleteMQTTUser(req: DeleteMQTTUserRequest, cb?: (error: string, rep: DeleteMQTTUserResponse) => void): Promise<DeleteMQTTUserResponse>;
|
|
83
70
|
/**
|
|
84
71
|
* 添加角色。
|
|
85
72
|
当前 API 适用集群:5.x 集群。4.x 集群的创建角色接口文档见 [CreateRocketMQRole](https://cloud.tencent.com/document/product/1179/107538),给角色授权接口文档见 [CreateRocketMQEnvironmentRole](https://cloud.tencent.com/document/product/1179/107539)。
|
|
@@ -121,27 +108,16 @@ Filters示例:
|
|
|
121
108
|
*/
|
|
122
109
|
CreateConsumerGroup(req: CreateConsumerGroupRequest, cb?: (error: string, rep: CreateConsumerGroupResponse) => void): Promise<CreateConsumerGroupResponse>;
|
|
123
110
|
/**
|
|
124
|
-
*
|
|
125
|
-
|
|
126
|
-
获取产品售卖规格
|
|
127
|
-
*/
|
|
128
|
-
DescribeMQTTProductSKUList(req?: DescribeMQTTProductSKUListRequest, cb?: (error: string, rep: DescribeMQTTProductSKUListResponse) => void): Promise<DescribeMQTTProductSKUListResponse>;
|
|
129
|
-
/**
|
|
130
|
-
* 平滑迁移过程获取源集群group列表接口。
|
|
111
|
+
* 查询角色列表,Filter参数使用说明如下:
|
|
131
112
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
* Imported,是否已导入
|
|
135
|
-
* ImportStatus,导入状态,参考[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)的说明
|
|
136
|
-
* Namespace,命名空间,仅4.x集群有效
|
|
113
|
+
- RoleName 角色名称,支持模糊搜索,从本接口返回值或控制台获得
|
|
114
|
+
- AccessKey AccessKey,支持模糊搜索,从本接口返回值或控制台获得
|
|
137
115
|
|
|
138
116
|
Filters示例:
|
|
139
|
-
[{
|
|
140
|
-
|
|
141
|
-
"Values": ["group-a"]
|
|
142
|
-
}]
|
|
117
|
+
[{ "Name": "RoleName", "Values": ["test_role"] }]
|
|
118
|
+
当前 API 适用集群:5.x 集群。4.x 集群的查询角色列表接口文档见 [DescribeRocketMQRoles](https://cloud.tencent.com/document/product/1179/107534),查询角色授权列表接口文档见 [DescribeRocketMQEnvironmentRoles](https://cloud.tencent.com/document/product/1179/107535)。
|
|
143
119
|
*/
|
|
144
|
-
|
|
120
|
+
DescribeRoleList(req: DescribeRoleListRequest, cb?: (error: string, rep: DescribeRoleListResponse) => void): Promise<DescribeRoleListResponse>;
|
|
145
121
|
/**
|
|
146
122
|
* 检查迁移中的主题是否处于正常状态,只有处于正常状态的主题,才可以进入下一个迁移阶段
|
|
147
123
|
*/
|
|
@@ -152,59 +128,20 @@ Filters示例:
|
|
|
152
128
|
*/
|
|
153
129
|
DescribeMessage(req: DescribeMessageRequest, cb?: (error: string, rep: DescribeMessageResponse) => void): Promise<DescribeMessageResponse>;
|
|
154
130
|
/**
|
|
155
|
-
*
|
|
156
|
-
|
|
157
|
-
查询用户列表,Filter参数使用说明如下:
|
|
158
|
-
|
|
159
|
-
1. Username,用户名称模糊搜索
|
|
160
|
-
*/
|
|
161
|
-
DescribeMQTTUserList(req: DescribeMQTTUserListRequest, cb?: (error: string, rep: DescribeMQTTUserListResponse) => void): Promise<DescribeMQTTUserListResponse>;
|
|
162
|
-
/**
|
|
163
|
-
* 下线trocket下mqtt接口
|
|
164
|
-
|
|
165
|
-
删除MQTT实例的公网接入点
|
|
166
|
-
*/
|
|
167
|
-
DeleteMQTTInsPublicEndpoint(req: DeleteMQTTInsPublicEndpointRequest, cb?: (error: string, rep: DeleteMQTTInsPublicEndpointResponse) => void): Promise<DeleteMQTTInsPublicEndpointResponse>;
|
|
168
|
-
/**
|
|
169
|
-
* 查询角色列表,Filter参数使用说明如下:
|
|
170
|
-
|
|
171
|
-
- RoleName 角色名称,支持模糊搜索,从本接口返回值或控制台获得
|
|
172
|
-
- AccessKey AccessKey,支持模糊搜索,从本接口返回值或控制台获得
|
|
173
|
-
|
|
174
|
-
Filters示例:
|
|
175
|
-
[{ "Name": "RoleName", "Values": ["test_role"] }]
|
|
176
|
-
当前 API 适用集群:5.x 集群。4.x 集群的查询角色列表接口文档见 [DescribeRocketMQRoles](https://cloud.tencent.com/document/product/1179/107534),查询角色授权列表接口文档见 [DescribeRocketMQEnvironmentRoles](https://cloud.tencent.com/document/product/1179/107535)。
|
|
177
|
-
*/
|
|
178
|
-
DescribeRoleList(req: DescribeRoleListRequest, cb?: (error: string, rep: DescribeRoleListResponse) => void): Promise<DescribeRoleListResponse>;
|
|
179
|
-
/**
|
|
180
|
-
* 下线trocket下mqtt接口
|
|
181
|
-
|
|
182
|
-
修改MQTT角色
|
|
131
|
+
* 重置消费位点。
|
|
132
|
+
当前 API 适用集群:5.x 集群。4.x 集群的重置消费位点接口文档见 [ResetRocketMQConsumerOffSet](https://cloud.tencent.com/document/api/1179/71662)。
|
|
183
133
|
*/
|
|
184
|
-
|
|
134
|
+
ResetConsumerGroupOffset(req: ResetConsumerGroupOffsetRequest, cb?: (error: string, rep: ResetConsumerGroupOffsetResponse) => void): Promise<ResetConsumerGroupOffsetResponse>;
|
|
185
135
|
/**
|
|
186
136
|
* 删除消费组。消费者组删除后,消费者组的所有配置和相关数据都会被清空,且无法找回。删除后,在线的消费者客户端会出现报错,建议您提前下线客户端。
|
|
187
137
|
当前 API 适用集群:5.x 集群。4.x 集群的删除消费组接口文档见 [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)。
|
|
188
138
|
*/
|
|
189
139
|
DeleteConsumerGroup(req: DeleteConsumerGroupRequest, cb?: (error: string, rep: DeleteConsumerGroupResponse) => void): Promise<DeleteConsumerGroupResponse>;
|
|
190
|
-
/**
|
|
191
|
-
* 查询主题关联的生产者列表信息,Filters支持以下筛选条件:
|
|
192
|
-
- ClientIP,客户端IP
|
|
193
|
-
- ClientID,客户端ID
|
|
194
|
-
当前 API 适用集群:5.x 集群。4.x 集群的查询生产者客户端列表接口文档见 [DescribeRocketMQProducers](https://cloud.tencent.com/document/api/1179/122749)。
|
|
195
|
-
*/
|
|
196
|
-
DescribeProducerList(req: DescribeProducerListRequest, cb?: (error: string, rep: DescribeProducerListResponse) => void): Promise<DescribeProducerListResponse>;
|
|
197
140
|
/**
|
|
198
141
|
* 修改消费组属性。
|
|
199
142
|
当前 API 适用集群:5.x 集群。4.x 集群的修改消费组属性接口文档见 [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)。
|
|
200
143
|
*/
|
|
201
144
|
ModifyConsumerGroup(req: ModifyConsumerGroupRequest, cb?: (error: string, rep: ModifyConsumerGroupResponse) => void): Promise<ModifyConsumerGroupResponse>;
|
|
202
|
-
/**
|
|
203
|
-
* 下线trocket下mqtt接口
|
|
204
|
-
|
|
205
|
-
查询MQTT实例公网接入点
|
|
206
|
-
*/
|
|
207
|
-
DescribeMQTTInsVPCEndpoints(req: DescribeMQTTInsVPCEndpointsRequest, cb?: (error: string, rep: DescribeMQTTInsVPCEndpointsResponse) => void): Promise<DescribeMQTTInsVPCEndpointsResponse>;
|
|
208
145
|
/**
|
|
209
146
|
* 查询消费者客户端详情。
|
|
210
147
|
当前 API 适用集群:5.x 集群。4.x 集群的查询消费者客户端详情接口文档见 [DescribeRocketMQConsumerConnectionDetail](https://cloud.tencent.com/document/product/1179/102490)。
|
|
@@ -220,23 +157,9 @@ Filters示例:
|
|
|
220
157
|
*/
|
|
221
158
|
DeleteRole(req: DeleteRoleRequest, cb?: (error: string, rep: DeleteRoleResponse) => void): Promise<DeleteRoleResponse>;
|
|
222
159
|
/**
|
|
223
|
-
*
|
|
224
|
-
|
|
225
|
-
删除MQTT实例
|
|
226
|
-
*/
|
|
227
|
-
DeleteMQTTInstance(req: DeleteMQTTInstanceRequest, cb?: (error: string, rep: DeleteMQTTInstanceResponse) => void): Promise<DeleteMQTTInstanceResponse>;
|
|
228
|
-
/**
|
|
229
|
-
* 下线trocket下mqtt接口
|
|
230
|
-
|
|
231
|
-
查询MQTT消息详情
|
|
232
|
-
*/
|
|
233
|
-
DescribeMQTTMessage(req: DescribeMQTTMessageRequest, cb?: (error: string, rep: DescribeMQTTMessageResponse) => void): Promise<DescribeMQTTMessageResponse>;
|
|
234
|
-
/**
|
|
235
|
-
* 下线trocket下mqtt接口
|
|
236
|
-
|
|
237
|
-
更新MQTT实例公网接入点
|
|
160
|
+
* 查询产品售卖规格,针对 RocketMQ 5.x 集群。
|
|
238
161
|
*/
|
|
239
|
-
|
|
162
|
+
DescribeProductSKUs(req?: DescribeProductSKUsRequest, cb?: (error: string, rep: DescribeProductSKUsResponse) => void): Promise<DescribeProductSKUsResponse>;
|
|
240
163
|
/**
|
|
241
164
|
* 修改迁移中的Topic状态进入下一步
|
|
242
165
|
*/
|
|
@@ -247,20 +170,9 @@ Filters示例:
|
|
|
247
170
|
*/
|
|
248
171
|
DescribeConsumerLag(req: DescribeConsumerLagRequest, cb?: (error: string, rep: DescribeConsumerLagResponse) => void): Promise<DescribeConsumerLagResponse>;
|
|
249
172
|
/**
|
|
250
|
-
*
|
|
251
|
-
|
|
252
|
-
查询mqtt主题详情
|
|
253
|
-
*/
|
|
254
|
-
DescribeMQTTTopic(req: DescribeMQTTTopicRequest, cb?: (error: string, rep: DescribeMQTTTopicResponse) => void): Promise<DescribeMQTTTopicResponse>;
|
|
255
|
-
/**
|
|
256
|
-
* 查询产品售卖规格,针对 RocketMQ 5.x 集群。
|
|
257
|
-
*/
|
|
258
|
-
DescribeProductSKUs(req?: DescribeProductSKUsRequest, cb?: (error: string, rep: DescribeProductSKUsResponse) => void): Promise<DescribeProductSKUsResponse>;
|
|
259
|
-
/**
|
|
260
|
-
* 修改 RocketMQ 5.x 集群属性,仅支持修改运行中的集群。
|
|
261
|
-
当前 API 适用集群:5.x 集群。修改 4.x 集群属性的接口文档见 [ModifyRocketMQInstance](https://cloud.tencent.com/document/product/1179/108862)。
|
|
173
|
+
* 导入topic列表
|
|
262
174
|
*/
|
|
263
|
-
|
|
175
|
+
ImportSourceClusterTopics(req: ImportSourceClusterTopicsRequest, cb?: (error: string, rep: ImportSourceClusterTopicsResponse) => void): Promise<ImportSourceClusterTopicsResponse>;
|
|
264
176
|
/**
|
|
265
177
|
* 查询消费组详情。
|
|
266
178
|
当前 API 适用集群:5.x 集群。4.x 集群的查询消费组详情接口文档见 [DescribeRocketMQConsumerConnections](https://cloud.tencent.com/document/product/1179/100460)。
|
|
@@ -271,57 +183,25 @@ Filters示例:
|
|
|
271
183
|
当前 API 适用集群:5.x 集群。4.x 集群的创建主题接口文档见 [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
|
|
272
184
|
*/
|
|
273
185
|
CreateTopic(req: CreateTopicRequest, cb?: (error: string, rep: CreateTopicResponse) => void): Promise<CreateTopicResponse>;
|
|
274
|
-
/**
|
|
275
|
-
* 查询消息列表。如果查询死信消息,请设置ConsumerGroup参数。
|
|
276
|
-
当前 API 适用集群:5.x 集群。4.x 集群的查询消息列表接口文档见 [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/product/1179/97761)。
|
|
277
|
-
*/
|
|
278
|
-
DescribeMessageList(req: DescribeMessageListRequest, cb?: (error: string, rep: DescribeMessageListResponse) => void): Promise<DescribeMessageListResponse>;
|
|
279
|
-
/**
|
|
280
|
-
* 重置消费位点。
|
|
281
|
-
当前 API 适用集群:5.x 集群。4.x 集群的重置消费位点接口文档见 [ResetRocketMQConsumerOffSet](https://cloud.tencent.com/document/api/1179/71662)。
|
|
282
|
-
*/
|
|
283
|
-
ResetConsumerGroupOffset(req: ResetConsumerGroupOffsetRequest, cb?: (error: string, rep: ResetConsumerGroupOffsetResponse) => void): Promise<ResetConsumerGroupOffsetResponse>;
|
|
284
|
-
/**
|
|
285
|
-
* 下线trocket下mqtt接口
|
|
286
|
-
|
|
287
|
-
获取主题列表,Filter参数使用说明如下:
|
|
288
|
-
|
|
289
|
-
1. TopicName,主题名称模糊搜索
|
|
290
|
-
2. TopicType,主题类型查询,支持多选,可选值:Normal,Order,Transaction,DelayScheduled
|
|
291
|
-
*/
|
|
292
|
-
DescribeMQTTTopicList(req: DescribeMQTTTopicListRequest, cb?: (error: string, rep: DescribeMQTTTopicListResponse) => void): Promise<DescribeMQTTTopicListResponse>;
|
|
293
|
-
/**
|
|
294
|
-
* 下线trocket下mqtt接口
|
|
295
|
-
|
|
296
|
-
查询实例信息
|
|
297
|
-
*/
|
|
298
|
-
DescribeMQTTInstance(req: DescribeMQTTInstanceRequest, cb?: (error: string, rep: DescribeMQTTInstanceResponse) => void): Promise<DescribeMQTTInstanceResponse>;
|
|
299
|
-
/**
|
|
300
|
-
* 下线trocket下mqtt接口
|
|
301
|
-
|
|
302
|
-
创建主题
|
|
303
|
-
*/
|
|
304
|
-
CreateMQTTTopic(req: CreateMQTTTopicRequest, cb?: (error: string, rep: CreateMQTTTopicResponse) => void): Promise<CreateMQTTTopicResponse>;
|
|
305
186
|
/**
|
|
306
187
|
* 创建 RocketMQ 5.x 集群。
|
|
307
188
|
当前 API 适用集群:5.x 集群。创建 4.x 专享/通用集群的接口文档见 [CreateRocketMQVipInstance](https://cloud.tencent.com/document/product/1179/95721)。
|
|
308
189
|
*/
|
|
309
190
|
CreateInstance(req: CreateInstanceRequest, cb?: (error: string, rep: CreateInstanceResponse) => void): Promise<CreateInstanceResponse>;
|
|
310
191
|
/**
|
|
311
|
-
*
|
|
312
|
-
|
|
313
|
-
删除MQTT主题
|
|
192
|
+
* 查询消息列表。如果查询死信消息,请设置ConsumerGroup参数。
|
|
193
|
+
当前 API 适用集群:5.x 集群。4.x 集群的查询消息列表接口文档见 [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/product/1179/97761)。
|
|
314
194
|
*/
|
|
315
|
-
|
|
195
|
+
DescribeMessageList(req: DescribeMessageListRequest, cb?: (error: string, rep: DescribeMessageListResponse) => void): Promise<DescribeMessageListResponse>;
|
|
316
196
|
/**
|
|
317
197
|
* 查询 RocketMQ 5.x 集群信息。
|
|
318
198
|
当前 API 适用集群:5.x 集群。查询 4.x 专享/通用集群信息的接口文档见 [DescribeRocketMQVipInstanceDetail](https://cloud.tencent.com/document/product/1179/86725)。
|
|
319
199
|
*/
|
|
320
200
|
DescribeInstance(req: DescribeInstanceRequest, cb?: (error: string, rep: DescribeInstanceResponse) => void): Promise<DescribeInstanceResponse>;
|
|
321
201
|
/**
|
|
322
|
-
*
|
|
202
|
+
* 修改 RocketMQ 5.x 集群接入点,操作前请先确认接入点已存在。
|
|
323
203
|
*/
|
|
324
|
-
|
|
204
|
+
ModifyInstanceEndpoint(req: ModifyInstanceEndpointRequest, cb?: (error: string, rep: ModifyInstanceEndpointResponse) => void): Promise<ModifyInstanceEndpointResponse>;
|
|
325
205
|
/**
|
|
326
206
|
* 获取主题列表,Filter参数使用说明如下:
|
|
327
207
|
|
|
@@ -339,54 +219,12 @@ Filters示例:
|
|
|
339
219
|
*/
|
|
340
220
|
ResendDeadLetterMessage(req: ResendDeadLetterMessageRequest, cb?: (error: string, rep: ResendDeadLetterMessageResponse) => void): Promise<ResendDeadLetterMessageResponse>;
|
|
341
221
|
/**
|
|
342
|
-
*
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
DescribeMQTTInsPublicEndpoints(req: DescribeMQTTInsPublicEndpointsRequest, cb?: (error: string, rep: DescribeMQTTInsPublicEndpointsResponse) => void): Promise<DescribeMQTTInsPublicEndpointsResponse>;
|
|
347
|
-
/**
|
|
348
|
-
* 下线trocket下mqtt接口
|
|
349
|
-
|
|
350
|
-
查询MQTT集群证书列表
|
|
351
|
-
*/
|
|
352
|
-
DescribeMQTTInstanceCert(req: DescribeMQTTInstanceCertRequest, cb?: (error: string, rep: DescribeMQTTInstanceCertResponse) => void): Promise<DescribeMQTTInstanceCertResponse>;
|
|
353
|
-
/**
|
|
354
|
-
* 下线trocket下mqtt接口
|
|
355
|
-
|
|
356
|
-
修改实例属性
|
|
357
|
-
*/
|
|
358
|
-
ModifyMQTTInstance(req: ModifyMQTTInstanceRequest, cb?: (error: string, rep: ModifyMQTTInstanceResponse) => void): Promise<ModifyMQTTInstanceResponse>;
|
|
359
|
-
/**
|
|
360
|
-
* 下线trocket下mqtt接口
|
|
361
|
-
|
|
362
|
-
获取实例列表,Filters参数使用说明如下:
|
|
363
|
-
1. InstanceName, 名称模糊查询
|
|
364
|
-
2. InstanceId,实例ID查询
|
|
365
|
-
3. InstanceType, 实例类型查询,支持多选
|
|
366
|
-
3. InstanceStatus,实例状态查询,支持多选
|
|
367
|
-
|
|
368
|
-
当使用TagFilters查询时,Filters参数失效。
|
|
369
|
-
*/
|
|
370
|
-
DescribeMQTTInstanceList(req: DescribeMQTTInstanceListRequest, cb?: (error: string, rep: DescribeMQTTInstanceListResponse) => void): Promise<DescribeMQTTInstanceListResponse>;
|
|
371
|
-
/**
|
|
372
|
-
* 获取消费组列表,Filter参数使用说明如下:
|
|
373
|
-
|
|
374
|
-
- ConsumerGroupName 消费组名称,支持模糊查询,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
|
|
375
|
-
- ConsumeMessageOrderly,投递顺序性,枚举值如下:
|
|
376
|
-
- true 顺序投递
|
|
377
|
-
- false 并发投递
|
|
378
|
-
|
|
379
|
-
Filters示例:
|
|
380
|
-
[{ "Name": "ConsumeMessageOrderly", "Values": ["true"] }]
|
|
381
|
-
当前 API 适用集群:5.x 集群。4.x 集群的获取消费组列表接口文档见 [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)。
|
|
382
|
-
*/
|
|
383
|
-
DescribeConsumerGroupList(req: DescribeConsumerGroupListRequest, cb?: (error: string, rep: DescribeConsumerGroupListResponse) => void): Promise<DescribeConsumerGroupListResponse>;
|
|
384
|
-
/**
|
|
385
|
-
* 下线trocket下mqtt接口
|
|
386
|
-
|
|
387
|
-
购买新的MQTT实例
|
|
222
|
+
* 查询主题关联的生产者列表信息,Filters支持以下筛选条件:
|
|
223
|
+
- ClientIP,客户端IP
|
|
224
|
+
- ClientID,客户端ID
|
|
225
|
+
当前 API 适用集群:5.x 集群。4.x 集群的查询生产者客户端列表接口文档见 [DescribeRocketMQProducers](https://cloud.tencent.com/document/api/1179/122749)。
|
|
388
226
|
*/
|
|
389
|
-
|
|
227
|
+
DescribeProducerList(req: DescribeProducerListRequest, cb?: (error: string, rep: DescribeProducerListResponse) => void): Promise<DescribeProducerListResponse>;
|
|
390
228
|
/**
|
|
391
229
|
* 查询集群列表,仅支持 5.x 集群。Filters参数使用说明如下:
|
|
392
230
|
|
|
@@ -417,22 +255,23 @@ Filters示例:
|
|
|
417
255
|
*/
|
|
418
256
|
DescribeFusionInstanceList(req: DescribeFusionInstanceListRequest, cb?: (error: string, rep: DescribeFusionInstanceListResponse) => void): Promise<DescribeFusionInstanceListResponse>;
|
|
419
257
|
/**
|
|
420
|
-
*
|
|
258
|
+
* 获取消费组列表,Filter参数使用说明如下:
|
|
421
259
|
|
|
422
|
-
|
|
260
|
+
- ConsumerGroupName 消费组名称,支持模糊查询,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
|
|
261
|
+
- ConsumeMessageOrderly,投递顺序性,枚举值如下:
|
|
262
|
+
- true 顺序投递
|
|
263
|
+
- false 并发投递
|
|
264
|
+
|
|
265
|
+
Filters示例:
|
|
266
|
+
[{ "Name": "ConsumeMessageOrderly", "Values": ["true"] }]
|
|
267
|
+
当前 API 适用集群:5.x 集群。4.x 集群的获取消费组列表接口文档见 [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)。
|
|
423
268
|
*/
|
|
424
|
-
|
|
269
|
+
DescribeConsumerGroupList(req: DescribeConsumerGroupListRequest, cb?: (error: string, rep: DescribeConsumerGroupListResponse) => void): Promise<DescribeConsumerGroupListResponse>;
|
|
425
270
|
/**
|
|
426
271
|
* 修改角色。
|
|
427
272
|
当前 API 适用集群:5.x 集群。4.x 集群的修改角色接口文档见 [ModifyRocketMQRole](https://cloud.tencent.com/document/product/1179/107532),修改角色的授权接口文档见 [ModifyRocketMQEnvironmentRole](https://cloud.tencent.com/document/product/1179/107533)。
|
|
428
273
|
*/
|
|
429
274
|
ModifyRole(req: ModifyRoleRequest, cb?: (error: string, rep: ModifyRoleResponse) => void): Promise<ModifyRoleResponse>;
|
|
430
|
-
/**
|
|
431
|
-
* 下线trocket下mqtt接口
|
|
432
|
-
|
|
433
|
-
查询 MQTT 客户端详情
|
|
434
|
-
*/
|
|
435
|
-
DescribeMQTTClient(req: DescribeMQTTClientRequest, cb?: (error: string, rep: DescribeMQTTClientResponse) => void): Promise<DescribeMQTTClientResponse>;
|
|
436
275
|
/**
|
|
437
276
|
* 查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:
|
|
438
277
|
|
|
@@ -473,9 +312,8 @@ Type,根据任务类型精确查找
|
|
|
473
312
|
*/
|
|
474
313
|
RollbackMigratingTopicStage(req: RollbackMigratingTopicStageRequest, cb?: (error: string, rep: RollbackMigratingTopicStageResponse) => void): Promise<RollbackMigratingTopicStageResponse>;
|
|
475
314
|
/**
|
|
476
|
-
*
|
|
477
|
-
|
|
478
|
-
为MQTT实例创建公网接入点
|
|
315
|
+
* 修改 RocketMQ 5.x 集群属性,仅支持修改运行中的集群。
|
|
316
|
+
当前 API 适用集群:5.x 集群。修改 4.x 集群属性的接口文档见 [ModifyRocketMQInstance](https://cloud.tencent.com/document/product/1179/108862)。
|
|
479
317
|
*/
|
|
480
|
-
|
|
318
|
+
ModifyInstance(req: ModifyInstanceRequest, cb?: (error: string, rep: ModifyInstanceResponse) => void): Promise<ModifyInstanceResponse>;
|
|
481
319
|
}
|