ksyun-sdk-node 1.5.36 → 1.5.37

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.
@@ -138,7 +138,6 @@ module.exports = class Client extends BaseClient {
138
138
  },
139
139
  paramsType: {
140
140
  ClusterId: "String",
141
- NodeIds: "Array",
142
141
  InstanceDelete: "Boolean",
143
142
  KceNodeIds: "String",
144
143
  InstanceIds: "Array"
@@ -200,64 +199,6 @@ module.exports = class Client extends BaseClient {
200
199
  MaxResults: "Int"
201
200
  }
202
201
  },
203
- DescribeNetwork: {
204
- url: "/",
205
- method: "POST",
206
- config: {
207
- query: {
208
- Version: "2023-01-01",
209
- Action: "DescribeNetwork"
210
- },
211
- headers: {
212
- "Content-Type": "application/x-www-form-urlencoded"
213
- }
214
- },
215
- paramsType: {
216
- ClusterId: "String",
217
- ClusterName: "String"
218
- }
219
- },
220
- DescribeComponentParams: {
221
- url: "/",
222
- method: "POST",
223
- config: {
224
- query: {
225
- Version: "2023-01-01",
226
- Action: "DescribeComponentParams"
227
- },
228
- headers: {
229
- "Content-Type": "application/x-www-form-urlencoded"
230
- }
231
- },
232
- paramsType: {
233
- ClusterId: "String",
234
- Components: "Array",
235
- Marker: "Int",
236
- MaxResults: "Int"
237
- }
238
- },
239
- DescribeEventLogs: {
240
- url: "/",
241
- method: "POST",
242
- config: {
243
- query: {
244
- Version: "2023-01-01",
245
- Action: "DescribeEventLogs"
246
- },
247
- headers: {
248
- "Content-Type": "application/x-www-form-urlencoded"
249
- }
250
- },
251
- paramsType: {
252
- ClusterId: "String",
253
- ClusterName: "String",
254
- NodeId: "String",
255
- NodeName: "String",
256
- Inner: "Boolean",
257
- Marker: "Int",
258
- MaxResults: "Int"
259
- }
260
- },
261
202
  DescribeClusterVersionList: {
262
203
  url: "/",
263
204
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -131,7 +131,6 @@ module.exports = class Client extends BaseClient {
131
131
  },
132
132
  paramsType: {
133
133
  ClusterId: "String",
134
- NodeIds: "Array",
135
134
  InstanceDelete: "Boolean",
136
135
  KceNodeIds: "String",
137
136
  InstanceIds: "Array",
@@ -193,64 +192,6 @@ module.exports = class Client extends BaseClient {
193
192
  MaxResults: "Int",
194
193
  },
195
194
  },
196
- DescribeNetwork: {
197
- url: "/",
198
- method: "POST",
199
- config: {
200
- query: {
201
- Version: "2023-01-01",
202
- Action: "DescribeNetwork",
203
- },
204
- headers: {
205
- "Content-Type": "application/x-www-form-urlencoded",
206
- },
207
- },
208
- paramsType: {
209
- ClusterId: "String",
210
- ClusterName: "String",
211
- },
212
- },
213
- DescribeComponentParams: {
214
- url: "/",
215
- method: "POST",
216
- config: {
217
- query: {
218
- Version: "2023-01-01",
219
- Action: "DescribeComponentParams",
220
- },
221
- headers: {
222
- "Content-Type": "application/x-www-form-urlencoded",
223
- },
224
- },
225
- paramsType: {
226
- ClusterId: "String",
227
- Components: "Array",
228
- Marker: "Int",
229
- MaxResults: "Int",
230
- },
231
- },
232
- DescribeEventLogs: {
233
- url: "/",
234
- method: "POST",
235
- config: {
236
- query: {
237
- Version: "2023-01-01",
238
- Action: "DescribeEventLogs",
239
- },
240
- headers: {
241
- "Content-Type": "application/x-www-form-urlencoded",
242
- },
243
- },
244
- paramsType: {
245
- ClusterId: "String",
246
- ClusterName: "String",
247
- NodeId: "String",
248
- NodeName: "String",
249
- Inner: "Boolean",
250
- Marker: "Int",
251
- MaxResults: "Int",
252
- },
253
- },
254
195
  DescribeClusterVersionList: {
255
196
  url: "/",
256
197
  method: "POST",