tencentcloud-sdk-nodejs-cdwch 4.0.1049 → 4.0.1051
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-cdwch",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.1051",
|
|
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
|
+
}
|
|
@@ -1005,6 +1005,10 @@ Modify 集群变更中;
|
|
|
1005
1005
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1006
1006
|
*/
|
|
1007
1007
|
BindSGs?: Array<string>
|
|
1008
|
+
/**
|
|
1009
|
+
* 是否开启公网clb
|
|
1010
|
+
*/
|
|
1011
|
+
HasPublicCloudClb?: boolean
|
|
1008
1012
|
}
|
|
1009
1013
|
|
|
1010
1014
|
/**
|
|
@@ -2119,17 +2123,17 @@ export interface ScaleUpInstanceResponse {
|
|
|
2119
2123
|
* 流程ID
|
|
2120
2124
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2121
2125
|
*/
|
|
2122
|
-
FlowId
|
|
2126
|
+
FlowId?: string
|
|
2123
2127
|
/**
|
|
2124
2128
|
* 实例ID
|
|
2125
2129
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2126
2130
|
*/
|
|
2127
|
-
InstanceId
|
|
2131
|
+
InstanceId?: string
|
|
2128
2132
|
/**
|
|
2129
2133
|
* 错误信息
|
|
2130
2134
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2131
2135
|
*/
|
|
2132
|
-
ErrorMsg
|
|
2136
|
+
ErrorMsg?: string
|
|
2133
2137
|
/**
|
|
2134
2138
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2135
2139
|
*/
|
|
@@ -957,6 +957,10 @@ export interface InstanceInfo {
|
|
|
957
957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
958
958
|
*/
|
|
959
959
|
BindSGs?: Array<string>;
|
|
960
|
+
/**
|
|
961
|
+
* 是否开启公网clb
|
|
962
|
+
*/
|
|
963
|
+
HasPublicCloudClb?: boolean;
|
|
960
964
|
}
|
|
961
965
|
/**
|
|
962
966
|
* 创建集群时的规格
|
|
@@ -2022,17 +2026,17 @@ export interface ScaleUpInstanceResponse {
|
|
|
2022
2026
|
* 流程ID
|
|
2023
2027
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2024
2028
|
*/
|
|
2025
|
-
FlowId
|
|
2029
|
+
FlowId?: string;
|
|
2026
2030
|
/**
|
|
2027
2031
|
* 实例ID
|
|
2028
2032
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2029
2033
|
*/
|
|
2030
|
-
InstanceId
|
|
2034
|
+
InstanceId?: string;
|
|
2031
2035
|
/**
|
|
2032
2036
|
* 错误信息
|
|
2033
2037
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2034
2038
|
*/
|
|
2035
|
-
ErrorMsg
|
|
2039
|
+
ErrorMsg?: string;
|
|
2036
2040
|
/**
|
|
2037
2041
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2038
2042
|
*/
|