ksyun-sdk-node 1.5.10 → 1.5.12

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.
@@ -70,7 +70,7 @@ module.exports = class Client extends BaseClient {
70
70
  ImageId: "String",
71
71
  QueueName: "String",
72
72
  GPUType: "String",
73
- GPUNumber: "Int",
73
+ GPUNumber: "String",
74
74
  CPUNum: "Int",
75
75
  Memory: "Int",
76
76
  AccessType: "String",
@@ -147,7 +147,7 @@ module.exports = class Client extends BaseClient {
147
147
  ResourcePoolId: "String",
148
148
  QueueName: "String",
149
149
  GPUType: "String",
150
- GPUNumber: "Int",
150
+ GPUNumber: "String",
151
151
  CPUNum: "Int",
152
152
  Memory: "Int",
153
153
  AccessType: "String",
@@ -367,7 +367,7 @@ module.exports = class Client extends BaseClient {
367
367
  paramsType: {
368
368
  Name: "String",
369
369
  Description: "String",
370
- ProjectId: "Int",
370
+ ProjectId: "Long",
371
371
  AssociatedModelIds: "Array",
372
372
  AllAssociatedModel: "Boolean",
373
373
  AllowedIps: "Array"
@@ -424,8 +424,8 @@ module.exports = class Client extends BaseClient {
424
424
  }
425
425
  },
426
426
  paramsType: {
427
- StartTimestamp: "Int",
428
- EndTimestamp: "Int",
427
+ StartTimestamp: "Long",
428
+ EndTimestamp: "Long",
429
429
  MaxResults: "Int",
430
430
  Keyword: "String",
431
431
  GroupBy: "String",
@@ -529,7 +529,7 @@ module.exports = class Client extends BaseClient {
529
529
  JobDesc: "String",
530
530
  ApikeyId: "String",
531
531
  Model: "String",
532
- ExecuteTimeoutMs: "Int",
532
+ ExecuteTimeoutMs: "Long",
533
533
  InputDataType: "String",
534
534
  Ks3Region: "String",
535
535
  Ks3Ak: "String",
@@ -44,7 +44,7 @@ module.exports = class Client extends BaseClient {
44
44
  Framework: "String",
45
45
  AccessType: "String",
46
46
  SelfHealing: "Boolean",
47
- MaxRuntimeHour: "Int",
47
+ MaxRuntimeHour: "Long",
48
48
  JobRunOnCPU: "Boolean",
49
49
  SupportTensorboard: "Boolean",
50
50
  StorageConfigs: "Array",
@@ -428,7 +428,8 @@ module.exports = class Client extends BaseClient {
428
428
  DynamicCode: "String",
429
429
  Pin: "String",
430
430
  EpcManagementId: "Filter",
431
- RemoteManagementId: "String"
431
+ RemoteManagementId: "String",
432
+ ProjectId: "Filter"
432
433
  }
433
434
  },
434
435
  DescribeRemoteManagements: {
@@ -500,7 +501,7 @@ module.exports = class Client extends BaseClient {
500
501
  NewPhoneNumber: "String",
501
502
  NewPin: "String",
502
503
  Name: "String",
503
- VersionId: "Int"
504
+ VersionId: "Long"
504
505
  }
505
506
  },
506
507
  CreateRemoteManagement: {
@@ -520,7 +521,7 @@ module.exports = class Client extends BaseClient {
520
521
  Pin: "String",
521
522
  PhoneNumber: "String",
522
523
  Name: "String",
523
- VersionId: "Int"
524
+ VersionId: "Long"
524
525
  }
525
526
  },
526
527
  ReinstallCustomerEpc: {
@@ -1237,7 +1238,9 @@ module.exports = class Client extends BaseClient {
1237
1238
  TimedRegularization: "String",
1238
1239
  PasswordInherit: "String",
1239
1240
  DataDiskMount: "String",
1240
- StorageRoceNetworkCardName: "String"
1241
+ StorageRoceNetworkCardName: "String",
1242
+ SRoceCluster: "String",
1243
+ RoceCluster: "String"
1241
1244
  }
1242
1245
  },
1243
1246
  DescribeUseHotStandbyRecords: {
@@ -35,7 +35,11 @@ module.exports = class Client extends BaseClient {
35
35
  "Content-Type": "application/x-www-form-urlencoded"
36
36
  }
37
37
  },
38
- paramsType: {}
38
+ paramsType: {
39
+ projectId: "String",
40
+ KeyName: "String",
41
+ Description: "String"
42
+ }
39
43
  },
40
44
  ImportKey: {
41
45
  url: "/",
@@ -105,7 +109,8 @@ module.exports = class Client extends BaseClient {
105
109
  MaxResults: "Int",
106
110
  NextToken: "String",
107
111
  KeyId: "Filter",
108
- Filter: "Filter"
112
+ Filter: "Filter",
113
+ ProjectId: "Filter"
109
114
  }
110
115
  }
111
116
  });
@@ -38,7 +38,8 @@ module.exports = class Client extends BaseClient {
38
38
  paramsType: {
39
39
  VpcName: "String",
40
40
  CidrBlock: "String",
41
- ProvidedIpv6CidrBlock: "Boolean"
41
+ ProvidedIpv6CidrBlock: "Boolean",
42
+ Ipv6CidrBlock: "String"
42
43
  }
43
44
  },
44
45
  DeleteVpc: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.10",
3
+ "version": "1.5.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -63,7 +63,7 @@ module.exports = class Client extends BaseClient {
63
63
  ImageId: "String",
64
64
  QueueName: "String",
65
65
  GPUType: "String",
66
- GPUNumber: "Int",
66
+ GPUNumber: "String",
67
67
  CPUNum: "Int",
68
68
  Memory: "Int",
69
69
  AccessType: "String",
@@ -140,7 +140,7 @@ module.exports = class Client extends BaseClient {
140
140
  ResourcePoolId: "String",
141
141
  QueueName: "String",
142
142
  GPUType: "String",
143
- GPUNumber: "Int",
143
+ GPUNumber: "String",
144
144
  CPUNum: "Int",
145
145
  Memory: "Int",
146
146
  AccessType: "String",
@@ -360,7 +360,7 @@ module.exports = class Client extends BaseClient {
360
360
  paramsType: {
361
361
  Name: "String",
362
362
  Description: "String",
363
- ProjectId: "Int",
363
+ ProjectId: "Long",
364
364
  AssociatedModelIds: "Array",
365
365
  AllAssociatedModel: "Boolean",
366
366
  AllowedIps: "Array",
@@ -417,8 +417,8 @@ module.exports = class Client extends BaseClient {
417
417
  },
418
418
  },
419
419
  paramsType: {
420
- StartTimestamp: "Int",
421
- EndTimestamp: "Int",
420
+ StartTimestamp: "Long",
421
+ EndTimestamp: "Long",
422
422
  MaxResults: "Int",
423
423
  Keyword: "String",
424
424
  GroupBy: "String",
@@ -522,7 +522,7 @@ module.exports = class Client extends BaseClient {
522
522
  JobDesc: "String",
523
523
  ApikeyId: "String",
524
524
  Model: "String",
525
- ExecuteTimeoutMs: "Int",
525
+ ExecuteTimeoutMs: "Long",
526
526
  InputDataType: "String",
527
527
  Ks3Region: "String",
528
528
  Ks3Ak: "String",
@@ -37,7 +37,7 @@ module.exports = class Client extends BaseClient {
37
37
  Framework: "String",
38
38
  AccessType: "String",
39
39
  SelfHealing: "Boolean",
40
- MaxRuntimeHour: "Int",
40
+ MaxRuntimeHour: "Long",
41
41
  JobRunOnCPU: "Boolean",
42
42
  SupportTensorboard: "Boolean",
43
43
  StorageConfigs: "Array",
@@ -422,6 +422,7 @@ module.exports = class Client extends BaseClient {
422
422
  Pin: "String",
423
423
  EpcManagementId: "Filter",
424
424
  RemoteManagementId: "String",
425
+ ProjectId: "Filter",
425
426
  },
426
427
  },
427
428
  DescribeRemoteManagements: {
@@ -493,7 +494,7 @@ module.exports = class Client extends BaseClient {
493
494
  NewPhoneNumber: "String",
494
495
  NewPin: "String",
495
496
  Name: "String",
496
- VersionId: "Int",
497
+ VersionId: "Long",
497
498
  },
498
499
  },
499
500
  CreateRemoteManagement: {
@@ -513,7 +514,7 @@ module.exports = class Client extends BaseClient {
513
514
  Pin: "String",
514
515
  PhoneNumber: "String",
515
516
  Name: "String",
516
- VersionId: "Int",
517
+ VersionId: "Long",
517
518
  },
518
519
  },
519
520
  ReinstallCustomerEpc: {
@@ -1231,6 +1232,8 @@ module.exports = class Client extends BaseClient {
1231
1232
  PasswordInherit: "String",
1232
1233
  DataDiskMount: "String",
1233
1234
  StorageRoceNetworkCardName: "String",
1235
+ SRoceCluster: "String",
1236
+ RoceCluster: "String",
1234
1237
  },
1235
1238
  },
1236
1239
  DescribeUseHotStandbyRecords: {
@@ -28,7 +28,11 @@ module.exports = class Client extends BaseClient {
28
28
  "Content-Type": "application/x-www-form-urlencoded",
29
29
  },
30
30
  },
31
- paramsType: {},
31
+ paramsType: {
32
+ projectId: "String",
33
+ KeyName: "String",
34
+ Description: "String",
35
+ },
32
36
  },
33
37
  ImportKey: {
34
38
  url: "/",
@@ -99,6 +103,7 @@ module.exports = class Client extends BaseClient {
99
103
  NextToken: "String",
100
104
  KeyId: "Filter",
101
105
  Filter: "Filter",
106
+ ProjectId: "Filter",
102
107
  },
103
108
  },
104
109
  };
@@ -32,6 +32,7 @@ module.exports = class Client extends BaseClient {
32
32
  VpcName: "String",
33
33
  CidrBlock: "String",
34
34
  ProvidedIpv6CidrBlock: "Boolean",
35
+ Ipv6CidrBlock: "String",
35
36
  },
36
37
  },
37
38
  DeleteVpc: {