tencentcloud-sdk-nodejs 4.0.267 → 4.0.268
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 +259 -0
- package/SERVICE_CHANGELOG.md +446 -118
- package/package.json +1 -1
- package/products.md +17 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +5 -0
- package/src/services/cam/v20190116/cam_client.ts +21 -7
- package/src/services/cam/v20190116/cam_models.ts +134 -11
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cls/v20201016/cls_models.ts +3 -49
- package/src/services/dlc/v20210125/dlc_models.ts +0 -1
- package/src/services/eb/index.ts +5 -0
- package/src/services/eb/v20210416/eb_client.ts +353 -0
- package/src/services/eb/v20210416/eb_models.ts +1483 -0
- package/src/services/eb/v20210416/index.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +26 -6
- package/src/services/faceid/v20180301/faceid_client.ts +15 -1
- package/src/services/faceid/v20180301/faceid_models.ts +128 -8
- package/src/services/index.ts +1 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +7 -2
- package/src/services/tcss/v20201101/tcss_models.ts +22 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
- package/tencentcloud/services/eb/index.d.ts +6 -0
- package/tencentcloud/services/eb/index.js +7 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
- package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
- package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
- package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
- package/tencentcloud/services/eb/v20210416/index.js +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +108 -8
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +6 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/test/cam.v20190116.test.js +12 -2
- package/test/eb.v20210416.test.js +271 -0
- package/test/faceid.v20180301.test.js +10 -0
|
@@ -1320,53 +1320,7 @@ export interface DeleteConsumerResponse {
|
|
|
1320
1320
|
*/
|
|
1321
1321
|
export interface DescribeTopicsRequest {
|
|
1322
1322
|
/**
|
|
1323
|
-
* <br><li> topicName
|
|
1324
|
-
|
|
1325
|
-
按照【日志主题名称】进行过滤。
|
|
1326
|
-
类型:String
|
|
1327
|
-
|
|
1328
|
-
必选:否
|
|
1329
|
-
|
|
1330
|
-
<br><li> topicId
|
|
1331
|
-
|
|
1332
|
-
按照【日志主题ID】进行过滤。
|
|
1333
|
-
类型:String
|
|
1334
|
-
|
|
1335
|
-
必选:否
|
|
1336
|
-
|
|
1337
|
-
<br><li> logsetId
|
|
1338
|
-
|
|
1339
|
-
按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。
|
|
1340
|
-
|
|
1341
|
-
类型:String
|
|
1342
|
-
|
|
1343
|
-
必选:否
|
|
1344
|
-
|
|
1345
|
-
<br><li> tagKey
|
|
1346
|
-
|
|
1347
|
-
按照【标签键】进行过滤。
|
|
1348
|
-
|
|
1349
|
-
类型:String
|
|
1350
|
-
|
|
1351
|
-
必选:否
|
|
1352
|
-
|
|
1353
|
-
<br><li> tag:tagKey
|
|
1354
|
-
|
|
1355
|
-
按照【标签键值对】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。
|
|
1356
|
-
|
|
1357
|
-
类型:String
|
|
1358
|
-
|
|
1359
|
-
必选:否
|
|
1360
|
-
|
|
1361
|
-
<br><li> storageType
|
|
1362
|
-
|
|
1363
|
-
按照【日志主题的存储类型】进行过滤。可选值 hot(实时存储),cold(离线存储)
|
|
1364
|
-
类型:String
|
|
1365
|
-
|
|
1366
|
-
必选:否
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
1323
|
+
* <br><li> topicName按照【日志主题名称】进行过滤。类型:String必选:否<br><li> logsetName按照【日志集名称】进行过滤。类型:String必选:否<br><li> topicId按照【日志主题ID】进行过滤。类型:String必选:否<br><li> logsetId按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。类型:String必选:否<br><li> tagKey按照【标签键】进行过滤。类型:String必选:否<br><li> tag:tagKey按照【标签键值对】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。类型:String必选:否<br><li> storageType按照【日志主题的存储类型】进行过滤。可选值 hot(实时存储),cold(离线存储)类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
1370
1324
|
*/
|
|
1371
1325
|
Filters?: Array<Filter>;
|
|
1372
1326
|
/**
|
|
@@ -2441,7 +2395,7 @@ export interface DescribeMachinesResponse {
|
|
|
2441
2395
|
*/
|
|
2442
2396
|
UpdateEndTime: string;
|
|
2443
2397
|
/**
|
|
2444
|
-
*
|
|
2398
|
+
* 当前用户可用最新的Loglistener版本
|
|
2445
2399
|
*/
|
|
2446
2400
|
LatestAgentVersion: string;
|
|
2447
2401
|
/**
|
|
@@ -371,7 +371,6 @@ task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a
|
|
|
371
371
|
task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
|
|
372
372
|
task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
|
|
373
373
|
task-operator- string (子uin过滤)
|
|
374
|
-
task-type -string (任务类型过滤)分导入任务和sql任务
|
|
375
374
|
*/
|
|
376
375
|
Filters?: Array<Filter>;
|
|
377
376
|
/**
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { ListConnectionsResponse, GetEventBusResponse, ListConnectionsRequest, DeleteRuleRequest, UpdateRuleResponse, CreateTargetRequest, DeleteTargetResponse, ListRulesResponse, CreateTargetResponse, CheckRuleRequest, GetRuleResponse, CreateConnectionResponse, ListTargetsRequest, ListRulesRequest, UpdateTransformationResponse, UpdateEventBusRequest, CreateEventBusRequest, UpdateRuleRequest, CreateRuleRequest, DeleteConnectionResponse, DeleteRuleResponse, GetTransformationResponse, CreateTransformationRequest, PublishEventRequest, CheckTransformationResponse, ListTargetsResponse, ListEventBusesResponse, CheckRuleResponse, UpdateTargetResponse, CreateConnectionRequest, DeleteEventBusRequest, ListEventBusesRequest, PublishEventResponse, CreateTransformationResponse, DeleteEventBusResponse, GetTransformationRequest, CreateEventBusResponse, DeleteConnectionRequest, UpdateTransformationRequest, CreateRuleResponse, DeleteTransformationResponse, DeleteTransformationRequest, GetEventBusRequest, UpdateConnectionRequest, DeleteTargetRequest, CheckTransformationRequest, UpdateConnectionResponse, GetRuleRequest, UpdateTargetRequest, UpdateEventBusResponse } from "./eb_models";
|
|
4
|
+
/**
|
|
5
|
+
* eb client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 删除事件集
|
|
12
|
+
*/
|
|
13
|
+
DeleteEventBus(req: DeleteEventBusRequest, cb?: (error: string, rep: DeleteEventBusResponse) => void): Promise<DeleteEventBusResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 用于创建转换器
|
|
16
|
+
*/
|
|
17
|
+
CreateTransformation(req: CreateTransformationRequest, cb?: (error: string, rep: CreateTransformationResponse) => void): Promise<CreateTransformationResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 用于创建事件集
|
|
20
|
+
*/
|
|
21
|
+
CreateEventBus(req: CreateEventBusRequest, cb?: (error: string, rep: CreateEventBusResponse) => void): Promise<CreateEventBusResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 创建事件规则
|
|
24
|
+
*/
|
|
25
|
+
CreateRule(req: CreateRuleRequest, cb?: (error: string, rep: CreateRuleResponse) => void): Promise<CreateRuleResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 删除事件目标
|
|
28
|
+
*/
|
|
29
|
+
DeleteTarget(req: DeleteTargetRequest, cb?: (error: string, rep: DeleteTargetResponse) => void): Promise<DeleteTargetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 获取事件目标列表
|
|
32
|
+
*/
|
|
33
|
+
ListTargets(req: ListTargetsRequest, cb?: (error: string, rep: ListTargetsResponse) => void): Promise<ListTargetsResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 规则检验
|
|
36
|
+
*/
|
|
37
|
+
CheckRule(req?: CheckRuleRequest, cb?: (error: string, rep: CheckRuleResponse) => void): Promise<CheckRuleResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 用于Event事件投递
|
|
40
|
+
*/
|
|
41
|
+
PublishEvent(req: PublishEventRequest, cb?: (error: string, rep: PublishEventResponse) => void): Promise<PublishEventResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 更新事件目标
|
|
44
|
+
*/
|
|
45
|
+
UpdateTarget(req: UpdateTargetRequest, cb?: (error: string, rep: UpdateTargetResponse) => void): Promise<UpdateTargetResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 用于获取转换器详情
|
|
48
|
+
*/
|
|
49
|
+
GetTransformation(req: GetTransformationRequest, cb?: (error: string, rep: GetTransformationResponse) => void): Promise<GetTransformationResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 获取事件规则列表
|
|
52
|
+
*/
|
|
53
|
+
ListRules(req: ListRulesRequest, cb?: (error: string, rep: ListRulesResponse) => void): Promise<ListRulesResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 删除事件规则
|
|
56
|
+
*/
|
|
57
|
+
DeleteRule(req: DeleteRuleRequest, cb?: (error: string, rep: DeleteRuleResponse) => void): Promise<DeleteRuleResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* 更新事件集
|
|
60
|
+
*/
|
|
61
|
+
UpdateEventBus(req: UpdateEventBusRequest, cb?: (error: string, rep: UpdateEventBusResponse) => void): Promise<UpdateEventBusResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 创建事件目标
|
|
64
|
+
*/
|
|
65
|
+
CreateTarget(req: CreateTargetRequest, cb?: (error: string, rep: CreateTargetResponse) => void): Promise<CreateTargetResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 更新事件规则
|
|
68
|
+
*/
|
|
69
|
+
UpdateRule(req: UpdateRuleRequest, cb?: (error: string, rep: UpdateRuleResponse) => void): Promise<UpdateRuleResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 用于删除转换器
|
|
72
|
+
*/
|
|
73
|
+
DeleteTransformation(req: DeleteTransformationRequest, cb?: (error: string, rep: DeleteTransformationResponse) => void): Promise<DeleteTransformationResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 创建事件连接器
|
|
76
|
+
*/
|
|
77
|
+
CreateConnection(req: CreateConnectionRequest, cb?: (error: string, rep: CreateConnectionResponse) => void): Promise<CreateConnectionResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 获取事件规则详情
|
|
80
|
+
*/
|
|
81
|
+
GetRule(req: GetRuleRequest, cb?: (error: string, rep: GetRuleResponse) => void): Promise<GetRuleResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 删除事件连接器
|
|
84
|
+
*/
|
|
85
|
+
DeleteConnection(req: DeleteConnectionRequest, cb?: (error: string, rep: DeleteConnectionResponse) => void): Promise<DeleteConnectionResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 获取事件集列表
|
|
88
|
+
*/
|
|
89
|
+
ListEventBuses(req: ListEventBusesRequest, cb?: (error: string, rep: ListEventBusesResponse) => void): Promise<ListEventBusesResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* 获取事件集详情
|
|
92
|
+
*/
|
|
93
|
+
GetEventBus(req: GetEventBusRequest, cb?: (error: string, rep: GetEventBusResponse) => void): Promise<GetEventBusResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 用于更新转换器
|
|
96
|
+
*/
|
|
97
|
+
UpdateTransformation(req: UpdateTransformationRequest, cb?: (error: string, rep: UpdateTransformationResponse) => void): Promise<UpdateTransformationResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 用于在ETL配置页面, 测试规则和数据.
|
|
100
|
+
*/
|
|
101
|
+
CheckTransformation(req: CheckTransformationRequest, cb?: (error: string, rep: CheckTransformationResponse) => void): Promise<CheckTransformationResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 获取事件连接器列表
|
|
104
|
+
*/
|
|
105
|
+
ListConnections(req: ListConnectionsRequest, cb?: (error: string, rep: ListConnectionsResponse) => void): Promise<ListConnectionsResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* 更新事件连接器
|
|
108
|
+
*/
|
|
109
|
+
UpdateConnection(req: UpdateConnectionRequest, cb?: (error: string, rep: UpdateConnectionResponse) => void): Promise<UpdateConnectionResponse>;
|
|
110
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
5
|
+
/*
|
|
6
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
* you may not use this file except in compliance with the License.
|
|
10
|
+
* You may obtain a copy of the License at
|
|
11
|
+
*
|
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
*
|
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
|
15
|
+
* software distributed under the License is distributed on an
|
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
17
|
+
* KIND, either express or implied. See the License for the
|
|
18
|
+
* specific language governing permissions and limitations
|
|
19
|
+
* under the License.
|
|
20
|
+
*/
|
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
|
22
|
+
/**
|
|
23
|
+
* eb client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
|
27
|
+
constructor(clientConfig) {
|
|
28
|
+
super("eb.tencentcloudapi.com", "2021-04-16", clientConfig);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* 删除事件集
|
|
32
|
+
*/
|
|
33
|
+
async DeleteEventBus(req, cb) {
|
|
34
|
+
return this.request("DeleteEventBus", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 用于创建转换器
|
|
38
|
+
*/
|
|
39
|
+
async CreateTransformation(req, cb) {
|
|
40
|
+
return this.request("CreateTransformation", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 用于创建事件集
|
|
44
|
+
*/
|
|
45
|
+
async CreateEventBus(req, cb) {
|
|
46
|
+
return this.request("CreateEventBus", req, cb);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* 创建事件规则
|
|
50
|
+
*/
|
|
51
|
+
async CreateRule(req, cb) {
|
|
52
|
+
return this.request("CreateRule", req, cb);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* 删除事件目标
|
|
56
|
+
*/
|
|
57
|
+
async DeleteTarget(req, cb) {
|
|
58
|
+
return this.request("DeleteTarget", req, cb);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* 获取事件目标列表
|
|
62
|
+
*/
|
|
63
|
+
async ListTargets(req, cb) {
|
|
64
|
+
return this.request("ListTargets", req, cb);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* 规则检验
|
|
68
|
+
*/
|
|
69
|
+
async CheckRule(req, cb) {
|
|
70
|
+
return this.request("CheckRule", req, cb);
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* 用于Event事件投递
|
|
74
|
+
*/
|
|
75
|
+
async PublishEvent(req, cb) {
|
|
76
|
+
return this.request("PublishEvent", req, cb);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* 更新事件目标
|
|
80
|
+
*/
|
|
81
|
+
async UpdateTarget(req, cb) {
|
|
82
|
+
return this.request("UpdateTarget", req, cb);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* 用于获取转换器详情
|
|
86
|
+
*/
|
|
87
|
+
async GetTransformation(req, cb) {
|
|
88
|
+
return this.request("GetTransformation", req, cb);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* 获取事件规则列表
|
|
92
|
+
*/
|
|
93
|
+
async ListRules(req, cb) {
|
|
94
|
+
return this.request("ListRules", req, cb);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* 删除事件规则
|
|
98
|
+
*/
|
|
99
|
+
async DeleteRule(req, cb) {
|
|
100
|
+
return this.request("DeleteRule", req, cb);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* 更新事件集
|
|
104
|
+
*/
|
|
105
|
+
async UpdateEventBus(req, cb) {
|
|
106
|
+
return this.request("UpdateEventBus", req, cb);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* 创建事件目标
|
|
110
|
+
*/
|
|
111
|
+
async CreateTarget(req, cb) {
|
|
112
|
+
return this.request("CreateTarget", req, cb);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* 更新事件规则
|
|
116
|
+
*/
|
|
117
|
+
async UpdateRule(req, cb) {
|
|
118
|
+
return this.request("UpdateRule", req, cb);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* 用于删除转换器
|
|
122
|
+
*/
|
|
123
|
+
async DeleteTransformation(req, cb) {
|
|
124
|
+
return this.request("DeleteTransformation", req, cb);
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* 创建事件连接器
|
|
128
|
+
*/
|
|
129
|
+
async CreateConnection(req, cb) {
|
|
130
|
+
return this.request("CreateConnection", req, cb);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* 获取事件规则详情
|
|
134
|
+
*/
|
|
135
|
+
async GetRule(req, cb) {
|
|
136
|
+
return this.request("GetRule", req, cb);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* 删除事件连接器
|
|
140
|
+
*/
|
|
141
|
+
async DeleteConnection(req, cb) {
|
|
142
|
+
return this.request("DeleteConnection", req, cb);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* 获取事件集列表
|
|
146
|
+
*/
|
|
147
|
+
async ListEventBuses(req, cb) {
|
|
148
|
+
return this.request("ListEventBuses", req, cb);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* 获取事件集详情
|
|
152
|
+
*/
|
|
153
|
+
async GetEventBus(req, cb) {
|
|
154
|
+
return this.request("GetEventBus", req, cb);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* 用于更新转换器
|
|
158
|
+
*/
|
|
159
|
+
async UpdateTransformation(req, cb) {
|
|
160
|
+
return this.request("UpdateTransformation", req, cb);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* 用于在ETL配置页面, 测试规则和数据.
|
|
164
|
+
*/
|
|
165
|
+
async CheckTransformation(req, cb) {
|
|
166
|
+
return this.request("CheckTransformation", req, cb);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* 获取事件连接器列表
|
|
170
|
+
*/
|
|
171
|
+
async ListConnections(req, cb) {
|
|
172
|
+
return this.request("ListConnections", req, cb);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* 更新事件连接器
|
|
176
|
+
*/
|
|
177
|
+
async UpdateConnection(req, cb) {
|
|
178
|
+
return this.request("UpdateConnection", req, cb);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
exports.Client = Client;
|