tencentcloud-sdk-nodejs-tke 4.0.801 → 4.0.809
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 +1 -1
- package/products.md +188 -188
- package/src/services/tke/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +218 -218
- package/src/services/tke/v20220501/tke_models.ts +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +218 -218
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +2 -2
|
@@ -64,7 +64,7 @@ export interface DescribeNodePoolsResponse {
|
|
|
64
64
|
*/
|
|
65
65
|
TotalCount?: number
|
|
66
66
|
/**
|
|
67
|
-
* 唯一请求 ID
|
|
67
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
68
68
|
*/
|
|
69
69
|
RequestId?: string
|
|
70
70
|
}
|
|
@@ -157,7 +157,7 @@ export interface DescribeClusterInstancesResponse {
|
|
|
157
157
|
*/
|
|
158
158
|
Errors?: Array<string>
|
|
159
159
|
/**
|
|
160
|
-
* 唯一请求 ID
|
|
160
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
161
161
|
*/
|
|
162
162
|
RequestId?: string
|
|
163
163
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tke: {
|
|
2
|
-
v20220501: {
|
|
3
|
-
Client: typeof import("./v20220501/tke_client").Client;
|
|
4
|
-
Models: typeof import("./v20220501/tke_models");
|
|
5
|
-
};
|
|
6
2
|
v20180525: {
|
|
7
3
|
Client: typeof import("./v20180525/tke_client").Client;
|
|
8
4
|
Models: typeof import("./v20180525/tke_models");
|
|
9
5
|
};
|
|
6
|
+
v20220501: {
|
|
7
|
+
Client: typeof import("./v20220501/tke_client").Client;
|
|
8
|
+
Models: typeof import("./v20220501/tke_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tke = void 0;
|
|
4
|
-
const v20220501_1 = require("./v20220501");
|
|
5
4
|
const v20180525_1 = require("./v20180525");
|
|
5
|
+
const v20220501_1 = require("./v20220501");
|
|
6
6
|
exports.tke = {
|
|
7
|
-
v20220501: v20220501_1.v20220501,
|
|
8
7
|
v20180525: v20180525_1.v20180525,
|
|
8
|
+
v20220501: v20220501_1.v20220501,
|
|
9
9
|
};
|