tencentcloud-sdk-nodejs-dbbrain 4.0.1050 → 4.0.1053
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 +4 -9
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +6 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-dbbrain",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.1053",
|
|
4
|
+
"description": "Tencent Cloud API NODEJS SDK",
|
|
5
5
|
"main": "tencentcloud/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "mocha -t 10000",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "tencentcloudapi",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tencentcloud-sdk-nodejs-common": "
|
|
25
|
+
"tencentcloud-sdk-nodejs-common": "^4.0.488",
|
|
26
26
|
"tslib": "1.13.0"
|
|
27
27
|
},
|
|
28
28
|
"directories": {
|
|
@@ -35,19 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/form-data": "^2.5.0",
|
|
38
|
-
"@types/json-bigint": "^1.0.1",
|
|
39
38
|
"@types/node": "^14.0.26",
|
|
40
39
|
"@types/node-fetch": "^2.5.7",
|
|
41
|
-
"@types/uuid": "^9.0.8",
|
|
42
40
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
43
41
|
"@typescript-eslint/parser": "^2.34.0",
|
|
44
|
-
"babel-eslint": "^10.0.2",
|
|
45
42
|
"chai": "^4.2.0",
|
|
46
43
|
"eslint": "^6.8.0",
|
|
47
|
-
"eslint-plugin-react": "^7.17.0",
|
|
48
44
|
"mocha": "^8.1.1",
|
|
49
|
-
"prettier": "^2.3.0",
|
|
50
45
|
"ts-node": "^8.10.2",
|
|
51
46
|
"typescript": "^3.9.7"
|
|
52
47
|
}
|
|
53
|
-
}
|
|
48
|
+
}
|
|
@@ -1729,6 +1729,10 @@ export interface DescribeDBDiagEventsRequest {
|
|
|
1729
1729
|
* 实例ID列表。
|
|
1730
1730
|
*/
|
|
1731
1731
|
InstanceIds?: Array<string>
|
|
1732
|
+
/**
|
|
1733
|
+
* 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
1734
|
+
*/
|
|
1735
|
+
Product?: string
|
|
1732
1736
|
/**
|
|
1733
1737
|
* 偏移量,默认0。
|
|
1734
1738
|
*/
|
|
@@ -3318,11 +3322,11 @@ export interface DescribeDBDiagEventsResponse {
|
|
|
3318
3322
|
/**
|
|
3319
3323
|
* 诊断事件的总数目。
|
|
3320
3324
|
*/
|
|
3321
|
-
TotalCount
|
|
3325
|
+
TotalCount?: number
|
|
3322
3326
|
/**
|
|
3323
3327
|
* 诊断事件的列表。
|
|
3324
3328
|
*/
|
|
3325
|
-
Items
|
|
3329
|
+
Items?: Array<DiagHistoryEventItem>
|
|
3326
3330
|
/**
|
|
3327
3331
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3328
3332
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20191016: {
|
|
3
|
-
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20191016/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20210527: {
|
|
7
3
|
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20191016: {
|
|
7
|
+
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20191016/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 v20191016_1 = require("./v20191016");
|
|
5
4
|
const v20210527_1 = require("./v20210527");
|
|
5
|
+
const v20191016_1 = require("./v20191016");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20191016: v20191016_1.v20191016,
|
|
8
7
|
v20210527: v20210527_1.v20210527,
|
|
8
|
+
v20191016: v20191016_1.v20191016,
|
|
9
9
|
};
|
|
@@ -1643,6 +1643,10 @@ export interface DescribeDBDiagEventsRequest {
|
|
|
1643
1643
|
* 实例ID列表。
|
|
1644
1644
|
*/
|
|
1645
1645
|
InstanceIds?: Array<string>;
|
|
1646
|
+
/**
|
|
1647
|
+
* 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
1648
|
+
*/
|
|
1649
|
+
Product?: string;
|
|
1646
1650
|
/**
|
|
1647
1651
|
* 偏移量,默认0。
|
|
1648
1652
|
*/
|
|
@@ -3169,11 +3173,11 @@ export interface DescribeDBDiagEventsResponse {
|
|
|
3169
3173
|
/**
|
|
3170
3174
|
* 诊断事件的总数目。
|
|
3171
3175
|
*/
|
|
3172
|
-
TotalCount
|
|
3176
|
+
TotalCount?: number;
|
|
3173
3177
|
/**
|
|
3174
3178
|
* 诊断事件的列表。
|
|
3175
3179
|
*/
|
|
3176
|
-
Items
|
|
3180
|
+
Items?: Array<DiagHistoryEventItem>;
|
|
3177
3181
|
/**
|
|
3178
3182
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3179
3183
|
*/
|