ksyun-sdk-node 1.5.20 → 1.5.22

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.
@@ -55,20 +55,6 @@ module.exports = class Client extends BaseClient {
55
55
  Files: "String",
56
56
  Dirs: "String"
57
57
  }
58
- },
59
- GetDomainPidDimensionUsageData: {
60
- url: "/",
61
- method: "GET",
62
- config: {
63
- query: {
64
- Version: "2016-09-01",
65
- Action: "GetDomainPidDimensionUsageData"
66
- },
67
- headers: {
68
- "Content-Type": "application/x-www-form-urlencoded"
69
- }
70
- },
71
- paramsType: {}
72
58
  }
73
59
  });
74
60
  }
@@ -36,8 +36,15 @@ module.exports = class Client extends BaseClient {
36
36
  }
37
37
  },
38
38
  paramsType: {
39
- Action: "String",
40
- Version: "String"
39
+ StartTime: "String",
40
+ EndTime: "String",
41
+ TaskId: "String",
42
+ DomainName: "String",
43
+ Urls: "Array",
44
+ Type: "String",
45
+ SubType: "String",
46
+ PageSize: "Long",
47
+ PageNumber: "Long"
41
48
  }
42
49
  }
43
50
  });
@@ -758,25 +758,6 @@ module.exports = class Client extends BaseClient {
758
758
  RefreshOnUnblock: "String"
759
759
  }
760
760
  },
761
- GetCntvRefreshOrPreloadTask: {
762
- url: "/",
763
- method: "POST",
764
- config: {
765
- query: {
766
- Version: "V3",
767
- Action: "GetCntvRefreshOrPreloadTask"
768
- },
769
- headers: {
770
- "Content-Type": "application/json"
771
- }
772
- },
773
- paramsType: {
774
- StartTime: "String",
775
- EndTime: "String",
776
- Type: "String",
777
- TaskId: "String"
778
- }
779
- },
780
761
  SubmitRefreshCaches: {
781
762
  url: "/",
782
763
  method: "GET",
@@ -238,6 +238,111 @@ module.exports = class Client extends BaseClient {
238
238
  FileSystemName: "String",
239
239
  DirPath: "String"
240
240
  }
241
+ },
242
+ UpdatePerformanceNfsAclIp: {
243
+ url: "/",
244
+ method: "POST",
245
+ config: {
246
+ query: {
247
+ Version: "2024-09-30",
248
+ Action: "UpdatePerformanceNfsAclIp"
249
+ },
250
+ headers: {
251
+ "Content-Type": "application/json"
252
+ }
253
+ },
254
+ paramsType: {
255
+ NfsAclId: "String",
256
+ Ips: "Array"
257
+ }
258
+ },
259
+ RemovePerformanceNfsAclClient: {
260
+ url: "/",
261
+ method: "POST",
262
+ config: {
263
+ query: {
264
+ Version: "2024-09-30",
265
+ Action: "RemovePerformanceNfsAclClient"
266
+ },
267
+ headers: {
268
+ "Content-Type": "application/json"
269
+ }
270
+ },
271
+ paramsType: {
272
+ NfsAclId: "String",
273
+ Ips: "Array"
274
+ }
275
+ },
276
+ AddPerformanceNfsAclClient: {
277
+ url: "/",
278
+ method: "POST",
279
+ config: {
280
+ query: {
281
+ Version: "2024-09-30",
282
+ Action: "AddPerformanceNfsAclClient"
283
+ },
284
+ headers: {
285
+ "Content-Type": "application/json"
286
+ }
287
+ },
288
+ paramsType: {
289
+ NfsAclId: "String",
290
+ Ips: "Array"
291
+ }
292
+ },
293
+ DeletePerformanceOneNfsAcl: {
294
+ url: "/",
295
+ method: "POST",
296
+ config: {
297
+ query: {
298
+ Version: "2024-09-30",
299
+ Action: "DeletePerformanceOneNfsAcl"
300
+ },
301
+ headers: {
302
+ "Content-Type": "application/json"
303
+ }
304
+ },
305
+ paramsType: {
306
+ NfsAclId: "String"
307
+ }
308
+ },
309
+ SetPerformanceOneNfsAcl: {
310
+ url: "/",
311
+ method: "POST",
312
+ config: {
313
+ query: {
314
+ Version: "2024-09-30",
315
+ Action: "SetPerformanceOneNfsAcl"
316
+ },
317
+ headers: {
318
+ "Content-Type": "application/json"
319
+ }
320
+ },
321
+ paramsType: {
322
+ FileSystemId: "String",
323
+ ExportPath: "String",
324
+ Ips: "Array",
325
+ Desc: "String"
326
+ }
327
+ },
328
+ DescribePerformanceOneNfsAclList: {
329
+ url: "/",
330
+ method: "POST",
331
+ config: {
332
+ query: {
333
+ Version: "2024-09-30",
334
+ Action: "DescribePerformanceOneNfsAclList"
335
+ },
336
+ headers: {
337
+ "Content-Type": "application/json"
338
+ }
339
+ },
340
+ paramsType: {
341
+ FileSystemName: "String",
342
+ NfsAclId: "String",
343
+ PageNum: "Int",
344
+ PageSize: "Int"
345
+ }
241
346
  }
242
347
  });
243
348
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.20",
3
+ "version": "1.5.22",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -49,19 +49,5 @@ module.exports = class Client extends BaseClient {
49
49
  Dirs: "String",
50
50
  },
51
51
  },
52
- GetDomainPidDimensionUsageData: {
53
- url: "/",
54
- method: "GET",
55
- config: {
56
- query: {
57
- Version: "2016-09-01",
58
- Action: "GetDomainPidDimensionUsageData",
59
- },
60
- headers: {
61
- "Content-Type": "application/x-www-form-urlencoded",
62
- },
63
- },
64
- paramsType: {},
65
- },
66
52
  };
67
53
  };
@@ -29,8 +29,15 @@ module.exports = class Client extends BaseClient {
29
29
  },
30
30
  },
31
31
  paramsType: {
32
- Action: "String",
33
- Version: "String",
32
+ StartTime: "String",
33
+ EndTime: "String",
34
+ TaskId: "String",
35
+ DomainName: "String",
36
+ Urls: "Array",
37
+ Type: "String",
38
+ SubType: "String",
39
+ PageSize: "Long",
40
+ PageNumber: "Long",
34
41
  },
35
42
  },
36
43
  };
@@ -751,25 +751,6 @@ module.exports = class Client extends BaseClient {
751
751
  RefreshOnUnblock: "String",
752
752
  },
753
753
  },
754
- GetCntvRefreshOrPreloadTask: {
755
- url: "/",
756
- method: "POST",
757
- config: {
758
- query: {
759
- Version: "V3",
760
- Action: "GetCntvRefreshOrPreloadTask",
761
- },
762
- headers: {
763
- "Content-Type": "application/json",
764
- },
765
- },
766
- paramsType: {
767
- StartTime: "String",
768
- EndTime: "String",
769
- Type: "String",
770
- TaskId: "String",
771
- },
772
- },
773
754
  SubmitRefreshCaches: {
774
755
  url: "/",
775
756
  method: "GET",
@@ -232,5 +232,110 @@ module.exports = class Client extends BaseClient {
232
232
  DirPath: "String",
233
233
  },
234
234
  },
235
+ UpdatePerformanceNfsAclIp: {
236
+ url: "/",
237
+ method: "POST",
238
+ config: {
239
+ query: {
240
+ Version: "2024-09-30",
241
+ Action: "UpdatePerformanceNfsAclIp",
242
+ },
243
+ headers: {
244
+ "Content-Type": "application/json",
245
+ },
246
+ },
247
+ paramsType: {
248
+ NfsAclId: "String",
249
+ Ips: "Array",
250
+ },
251
+ },
252
+ RemovePerformanceNfsAclClient: {
253
+ url: "/",
254
+ method: "POST",
255
+ config: {
256
+ query: {
257
+ Version: "2024-09-30",
258
+ Action: "RemovePerformanceNfsAclClient",
259
+ },
260
+ headers: {
261
+ "Content-Type": "application/json",
262
+ },
263
+ },
264
+ paramsType: {
265
+ NfsAclId: "String",
266
+ Ips: "Array",
267
+ },
268
+ },
269
+ AddPerformanceNfsAclClient: {
270
+ url: "/",
271
+ method: "POST",
272
+ config: {
273
+ query: {
274
+ Version: "2024-09-30",
275
+ Action: "AddPerformanceNfsAclClient",
276
+ },
277
+ headers: {
278
+ "Content-Type": "application/json",
279
+ },
280
+ },
281
+ paramsType: {
282
+ NfsAclId: "String",
283
+ Ips: "Array",
284
+ },
285
+ },
286
+ DeletePerformanceOneNfsAcl: {
287
+ url: "/",
288
+ method: "POST",
289
+ config: {
290
+ query: {
291
+ Version: "2024-09-30",
292
+ Action: "DeletePerformanceOneNfsAcl",
293
+ },
294
+ headers: {
295
+ "Content-Type": "application/json",
296
+ },
297
+ },
298
+ paramsType: {
299
+ NfsAclId: "String",
300
+ },
301
+ },
302
+ SetPerformanceOneNfsAcl: {
303
+ url: "/",
304
+ method: "POST",
305
+ config: {
306
+ query: {
307
+ Version: "2024-09-30",
308
+ Action: "SetPerformanceOneNfsAcl",
309
+ },
310
+ headers: {
311
+ "Content-Type": "application/json",
312
+ },
313
+ },
314
+ paramsType: {
315
+ FileSystemId: "String",
316
+ ExportPath: "String",
317
+ Ips: "Array",
318
+ Desc: "String",
319
+ },
320
+ },
321
+ DescribePerformanceOneNfsAclList: {
322
+ url: "/",
323
+ method: "POST",
324
+ config: {
325
+ query: {
326
+ Version: "2024-09-30",
327
+ Action: "DescribePerformanceOneNfsAclList",
328
+ },
329
+ headers: {
330
+ "Content-Type": "application/json",
331
+ },
332
+ },
333
+ paramsType: {
334
+ FileSystemName: "String",
335
+ NfsAclId: "String",
336
+ PageNum: "Int",
337
+ PageSize: "Int",
338
+ },
339
+ },
235
340
  };
236
341
  };