tencentcloud-sdk-nodejs-dbbrain 4.1.125 → 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.
@@ -1,6 +1,6 @@
1
- import { v20210527 } from "./v20210527";
2
1
  import { v20191016 } from "./v20191016";
2
+ import { v20210527 } from "./v20210527";
3
3
  export const dbbrain = {
4
- v20210527: v20210527,
5
4
  v20191016: v20191016,
5
+ v20210527: v20210527,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-dbbrain",
3
- "version": "4.1.125",
3
+ "version": "4.1.127",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20210527: {
3
- Client: typeof import("./v20210527/dbbrain_client").Client;
4
- Models: typeof import("./v20210527/dbbrain_models");
5
- };
6
2
  v20191016: {
7
3
  Client: typeof import("./v20191016/dbbrain_client").Client;
8
4
  Models: typeof import("./v20191016/dbbrain_models");
9
5
  };
6
+ v20210527: {
7
+ Client: typeof import("./v20210527/dbbrain_client").Client;
8
+ Models: typeof import("./v20210527/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20210527_1 = require("./v20210527");
5
4
  const v20191016_1 = require("./v20191016");
5
+ const v20210527_1 = require("./v20210527");
6
6
  exports.dbbrain = {
7
- v20210527: v20210527_1.v20210527,
8
7
  v20191016: v20191016_1.v20191016,
8
+ v20210527: v20210527_1.v20210527,
9
9
  };
@@ -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 访问命令 cost top N
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 访问命令 cost top N
452
+ * 获取指定时间段内Redis Proxy 指标
453
453
  */
454
454
  async DescribeMetricTopProxies(req, cb) {
455
455
  return this.request("DescribeMetricTopProxies", req, cb);