UNPKG

tencentcloud-sdk-nodejs

Version:
178 lines (177 loc) 6.59 kB
import { AbstractClient } from "../../../common/abstract_client"; export class Client extends AbstractClient { constructor(clientConfig) { super("trocket.tencentcloudapi.com", "2023-03-08", clientConfig); } async VerifyMessageConsumption(req, cb) { return this.request("VerifyMessageConsumption", req, cb); } async DescribeSourceClusterGroupList(req, cb) { return this.request("DescribeSourceClusterGroupList", req, cb); } async PutConsumerRouteConfig(req, cb) { return this.request("PutConsumerRouteConfig", req, cb); } async DescribeMigratingTopicList(req, cb) { return this.request("DescribeMigratingTopicList", req, cb); } async DescribeMessageTrace(req, cb) { return this.request("DescribeMessageTrace", req, cb); } async ModifyTopic(req, cb) { return this.request("ModifyTopic", req, cb); } async DescribeTopicListByGroup(req, cb) { return this.request("DescribeTopicListByGroup", req, cb); } async RemoveMigratingTopic(req, cb) { return this.request("RemoveMigratingTopic", req, cb); } async CreateRole(req, cb) { return this.request("CreateRole", req, cb); } async ImportSourceClusterConsumerGroups(req, cb) { return this.request("ImportSourceClusterConsumerGroups", req, cb); } async CreateConsumerLabel(req, cb) { return this.request("CreateConsumerLabel", req, cb); } async DescribeSmoothMigrationTaskList(req, cb) { return this.request("DescribeSmoothMigrationTaskList", req, cb); } async SendMessage(req, cb) { return this.request("SendMessage", req, cb); } async DeleteInstance(req, cb) { return this.request("DeleteInstance", req, cb); } async CreateConsumerGroup(req, cb) { return this.request("CreateConsumerGroup", req, cb); } async DescribeRoleList(req, cb) { return this.request("DescribeRoleList", req, cb); } async DescribeConsumerLabel(req, cb) { return this.request("DescribeConsumerLabel", req, cb); } async DoHealthCheckOnMigratingTopic(req, cb) { return this.request("DoHealthCheckOnMigratingTopic", req, cb); } async DescribeMessage(req, cb) { return this.request("DescribeMessage", req, cb); } async ResetConsumerGroupOffset(req, cb) { return this.request("ResetConsumerGroupOffset", req, cb); } async DeleteConsumerGroup(req, cb) { return this.request("DeleteConsumerGroup", req, cb); } async ModifyConsumerGroup(req, cb) { return this.request("ModifyConsumerGroup", req, cb); } async DescribeConsumerLabelList(req, cb) { return this.request("DescribeConsumerLabelList", req, cb); } async DescribeConsumerClient(req, cb) { return this.request("DescribeConsumerClient", req, cb); } async DescribeMigratingGroupStats(req, cb) { return this.request("DescribeMigratingGroupStats", req, cb); } async DeleteRole(req, cb) { return this.request("DeleteRole", req, cb); } async DescribeProductSKUs(req, cb) { return this.request("DescribeProductSKUs", req, cb); } async DescribeTopicStats(req, cb) { return this.request("DescribeTopicStats", req, cb); } async ChangeMigratingTopicToNextStage(req, cb) { return this.request("ChangeMigratingTopicToNextStage", req, cb); } async DescribeConsumerLag(req, cb) { return this.request("DescribeConsumerLag", req, cb); } async ImportSourceClusterTopics(req, cb) { return this.request("ImportSourceClusterTopics", req, cb); } async DescribeConsumerGroup(req, cb) { return this.request("DescribeConsumerGroup", req, cb); } async CreateTopic(req, cb) { return this.request("CreateTopic", req, cb); } async DescribeMessageList(req, cb) { return this.request("DescribeMessageList", req, cb); } async CreateInstance(req, cb) { return this.request("CreateInstance", req, cb); } async DescribeInstance(req, cb) { return this.request("DescribeInstance", req, cb); } async ModifyInstanceEndpoint(req, cb) { return this.request("ModifyInstanceEndpoint", req, cb); } async DescribeTopicList(req, cb) { return this.request("DescribeTopicList", req, cb); } async ResendDeadLetterMessage(req, cb) { return this.request("ResendDeadLetterMessage", req, cb); } async DescribeConsumerRouteVersionList(req, cb) { return this.request("DescribeConsumerRouteVersionList", req, cb); } async CreateMigrationTask(req, cb) { return this.request("CreateMigrationTask", req, cb); } async DescribeProducerList(req, cb) { return this.request("DescribeProducerList", req, cb); } async DescribeInstanceList(req, cb) { return this.request("DescribeInstanceList", req, cb); } async DescribeFusionInstanceList(req, cb) { return this.request("DescribeFusionInstanceList", req, cb); } async DescribeConsumerGroupList(req, cb) { return this.request("DescribeConsumerGroupList", req, cb); } async ModifyRole(req, cb) { return this.request("ModifyRole", req, cb); } async DeleteConsumerRouteConfig(req, cb) { return this.request("DeleteConsumerRouteConfig", req, cb); } async DescribeTopic(req, cb) { return this.request("DescribeTopic", req, cb); } async DescribeMigrationTaskList(req, cb) { return this.request("DescribeMigrationTaskList", req, cb); } async DeleteConsumerLabel(req, cb) { return this.request("DeleteConsumerLabel", req, cb); } async DescribeConsumerRouteConfig(req, cb) { return this.request("DescribeConsumerRouteConfig", req, cb); } async DescribeConsumerClientList(req, cb) { return this.request("DescribeConsumerClientList", req, cb); } async DescribeMigratingTopicStats(req, cb) { return this.request("DescribeMigratingTopicStats", req, cb); } async DeleteTopic(req, cb) { return this.request("DeleteTopic", req, cb); } async DeleteSmoothMigrationTask(req, cb) { return this.request("DeleteSmoothMigrationTask", req, cb); } async RollbackMigratingTopicStage(req, cb) { return this.request("RollbackMigratingTopicStage", req, cb); } async ModifyInstance(req, cb) { return this.request("ModifyInstance", req, cb); } }