tencentcloud-sdk-nodejs-tdmq 4.1.102 → 4.1.103
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/package.json
CHANGED
|
@@ -589,7 +589,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
589
589
|
*/
|
|
590
590
|
DeleteRocketMQVipInstance(req: DeleteRocketMQVipInstanceRequest, cb?: (error: string, rep: DeleteRocketMQVipInstanceResponse) => void): Promise<DeleteRocketMQVipInstanceResponse>;
|
|
591
591
|
/**
|
|
592
|
-
* 发送RocketMQ
|
|
592
|
+
* 发送 RocketMQ 消息,该接口仅用于控制台发送少量测试消息,不保证SLA,且云 API 存在限流,在真实业务场景下,请使用 RocketMQ SDK 发送消息。
|
|
593
593
|
*/
|
|
594
594
|
SendRocketMQMessage(req: SendRocketMQMessageRequest, cb?: (error: string, rep: SendRocketMQMessageResponse) => void): Promise<SendRocketMQMessageResponse>;
|
|
595
595
|
/**
|
|
@@ -887,7 +887,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
887
887
|
return this.request("DeleteRocketMQVipInstance", req, cb);
|
|
888
888
|
}
|
|
889
889
|
/**
|
|
890
|
-
* 发送RocketMQ
|
|
890
|
+
* 发送 RocketMQ 消息,该接口仅用于控制台发送少量测试消息,不保证SLA,且云 API 存在限流,在真实业务场景下,请使用 RocketMQ SDK 发送消息。
|
|
891
891
|
*/
|
|
892
892
|
async SendRocketMQMessage(req, cb) {
|
|
893
893
|
return this.request("SendRocketMQMessage", req, cb);
|