tencentcloud-sdk-nodejs-dbbrain 4.1.126 → 4.1.127
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
|
@@ -287,7 +287,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
287
287
|
*/
|
|
288
288
|
UpdateAgentSwitch(req: UpdateAgentSwitchRequest, cb?: (error: string, rep: UpdateAgentSwitchResponse) => void): Promise<UpdateAgentSwitchResponse>;
|
|
289
289
|
/**
|
|
290
|
-
* 获取指定时间段内Redis
|
|
290
|
+
* 获取指定时间段内Redis Proxy 指标
|
|
291
291
|
*/
|
|
292
292
|
DescribeMetricTopProxies(req: DescribeMetricTopProxiesRequest, cb?: (error: string, rep: DescribeMetricTopProxiesResponse) => void): Promise<DescribeMetricTopProxiesResponse>;
|
|
293
293
|
/**
|
|
@@ -449,7 +449,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
449
449
|
return this.request("UpdateAgentSwitch", req, cb);
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
|
-
* 获取指定时间段内Redis
|
|
452
|
+
* 获取指定时间段内Redis Proxy 指标
|
|
453
453
|
*/
|
|
454
454
|
async DescribeMetricTopProxies(req, cb) {
|
|
455
455
|
return this.request("DescribeMetricTopProxies", req, cb);
|