@alicloud/eas20210701 2.1.1 → 3.0.0
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/dist/client.d.ts +559 -11
- package/dist/client.js +1083 -40
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1389 -102
package/dist/client.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare class Instance extends $tea.Model {
|
|
|
53
53
|
instanceName?: string;
|
|
54
54
|
instancePort?: number;
|
|
55
55
|
isSpot?: boolean;
|
|
56
|
+
isolated?: boolean;
|
|
56
57
|
lastState?: {
|
|
57
58
|
[key: string]: any;
|
|
58
59
|
}[];
|
|
@@ -164,6 +165,10 @@ export declare class ResourceInstanceWorker extends $tea.Model {
|
|
|
164
165
|
}
|
|
165
166
|
export declare class Service extends $tea.Model {
|
|
166
167
|
accessToken?: string;
|
|
168
|
+
appConfig?: string;
|
|
169
|
+
appSpecName?: string;
|
|
170
|
+
appType?: string;
|
|
171
|
+
appVersion?: string;
|
|
167
172
|
callerUid?: string;
|
|
168
173
|
cpu?: number;
|
|
169
174
|
createTime?: string;
|
|
@@ -201,6 +206,7 @@ export declare class Service extends $tea.Model {
|
|
|
201
206
|
totalInstance?: number;
|
|
202
207
|
updateTime?: string;
|
|
203
208
|
weight?: number;
|
|
209
|
+
workspaceId?: string;
|
|
204
210
|
static names(): {
|
|
205
211
|
[key: string]: string;
|
|
206
212
|
};
|
|
@@ -240,6 +246,61 @@ export declare class CommitServiceResponse extends $tea.Model {
|
|
|
240
246
|
[key: string]: any;
|
|
241
247
|
});
|
|
242
248
|
}
|
|
249
|
+
export declare class CreateAppServiceRequest extends $tea.Model {
|
|
250
|
+
quotaId?: string;
|
|
251
|
+
workspaceId?: string;
|
|
252
|
+
appType?: string;
|
|
253
|
+
appVersion?: string;
|
|
254
|
+
config?: {
|
|
255
|
+
[key: string]: any;
|
|
256
|
+
};
|
|
257
|
+
replicas?: number;
|
|
258
|
+
serviceName?: string;
|
|
259
|
+
serviceSpec?: string;
|
|
260
|
+
static names(): {
|
|
261
|
+
[key: string]: string;
|
|
262
|
+
};
|
|
263
|
+
static types(): {
|
|
264
|
+
[key: string]: any;
|
|
265
|
+
};
|
|
266
|
+
constructor(map?: {
|
|
267
|
+
[key: string]: any;
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
export declare class CreateAppServiceResponseBody extends $tea.Model {
|
|
271
|
+
internetEndpoint?: string;
|
|
272
|
+
intranetEndpoint?: string;
|
|
273
|
+
region?: string;
|
|
274
|
+
requestId?: string;
|
|
275
|
+
serviceId?: string;
|
|
276
|
+
serviceName?: string;
|
|
277
|
+
status?: string;
|
|
278
|
+
static names(): {
|
|
279
|
+
[key: string]: string;
|
|
280
|
+
};
|
|
281
|
+
static types(): {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
};
|
|
284
|
+
constructor(map?: {
|
|
285
|
+
[key: string]: any;
|
|
286
|
+
});
|
|
287
|
+
}
|
|
288
|
+
export declare class CreateAppServiceResponse extends $tea.Model {
|
|
289
|
+
headers: {
|
|
290
|
+
[key: string]: string;
|
|
291
|
+
};
|
|
292
|
+
statusCode: number;
|
|
293
|
+
body: CreateAppServiceResponseBody;
|
|
294
|
+
static names(): {
|
|
295
|
+
[key: string]: string;
|
|
296
|
+
};
|
|
297
|
+
static types(): {
|
|
298
|
+
[key: string]: any;
|
|
299
|
+
};
|
|
300
|
+
constructor(map?: {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
});
|
|
303
|
+
}
|
|
243
304
|
export declare class CreateBenchmarkTaskRequest extends $tea.Model {
|
|
244
305
|
body?: string;
|
|
245
306
|
static names(): {
|
|
@@ -283,18 +344,103 @@ export declare class CreateBenchmarkTaskResponse extends $tea.Model {
|
|
|
283
344
|
[key: string]: any;
|
|
284
345
|
});
|
|
285
346
|
}
|
|
347
|
+
export declare class CreateGatewayRequest extends $tea.Model {
|
|
348
|
+
resourceName?: string;
|
|
349
|
+
enableInternet?: boolean;
|
|
350
|
+
enableIntranet?: boolean;
|
|
351
|
+
instanceType?: string;
|
|
352
|
+
name?: string;
|
|
353
|
+
static names(): {
|
|
354
|
+
[key: string]: string;
|
|
355
|
+
};
|
|
356
|
+
static types(): {
|
|
357
|
+
[key: string]: any;
|
|
358
|
+
};
|
|
359
|
+
constructor(map?: {
|
|
360
|
+
[key: string]: any;
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
export declare class CreateGatewayResponseBody extends $tea.Model {
|
|
364
|
+
clusterId?: string;
|
|
365
|
+
gatewayId?: string;
|
|
366
|
+
message?: string;
|
|
367
|
+
requestId?: string;
|
|
368
|
+
static names(): {
|
|
369
|
+
[key: string]: string;
|
|
370
|
+
};
|
|
371
|
+
static types(): {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
};
|
|
374
|
+
constructor(map?: {
|
|
375
|
+
[key: string]: any;
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
export declare class CreateGatewayResponse extends $tea.Model {
|
|
379
|
+
headers: {
|
|
380
|
+
[key: string]: string;
|
|
381
|
+
};
|
|
382
|
+
statusCode: number;
|
|
383
|
+
body: CreateGatewayResponseBody;
|
|
384
|
+
static names(): {
|
|
385
|
+
[key: string]: string;
|
|
386
|
+
};
|
|
387
|
+
static types(): {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
};
|
|
390
|
+
constructor(map?: {
|
|
391
|
+
[key: string]: any;
|
|
392
|
+
});
|
|
393
|
+
}
|
|
394
|
+
export declare class CreateGatewayIntranetLinkedVpcRequest extends $tea.Model {
|
|
395
|
+
vSwitchId?: string;
|
|
396
|
+
vpcId?: string;
|
|
397
|
+
static names(): {
|
|
398
|
+
[key: string]: string;
|
|
399
|
+
};
|
|
400
|
+
static types(): {
|
|
401
|
+
[key: string]: any;
|
|
402
|
+
};
|
|
403
|
+
constructor(map?: {
|
|
404
|
+
[key: string]: any;
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
export declare class CreateGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
|
|
408
|
+
gatewayId?: string;
|
|
409
|
+
message?: string;
|
|
410
|
+
requestId?: string;
|
|
411
|
+
static names(): {
|
|
412
|
+
[key: string]: string;
|
|
413
|
+
};
|
|
414
|
+
static types(): {
|
|
415
|
+
[key: string]: any;
|
|
416
|
+
};
|
|
417
|
+
constructor(map?: {
|
|
418
|
+
[key: string]: any;
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
export declare class CreateGatewayIntranetLinkedVpcResponse extends $tea.Model {
|
|
422
|
+
headers: {
|
|
423
|
+
[key: string]: string;
|
|
424
|
+
};
|
|
425
|
+
statusCode: number;
|
|
426
|
+
body: CreateGatewayIntranetLinkedVpcResponseBody;
|
|
427
|
+
static names(): {
|
|
428
|
+
[key: string]: string;
|
|
429
|
+
};
|
|
430
|
+
static types(): {
|
|
431
|
+
[key: string]: any;
|
|
432
|
+
};
|
|
433
|
+
constructor(map?: {
|
|
434
|
+
[key: string]: any;
|
|
435
|
+
});
|
|
436
|
+
}
|
|
286
437
|
export declare class CreateResourceRequest extends $tea.Model {
|
|
287
438
|
autoRenewal?: boolean;
|
|
288
439
|
chargeType?: string;
|
|
289
440
|
ecsInstanceCount?: number;
|
|
290
441
|
ecsInstanceType?: string;
|
|
291
|
-
externalClusterId?: string;
|
|
292
|
-
nodeMatchLabels?: {
|
|
293
|
-
[key: string]: string;
|
|
294
|
-
};
|
|
295
|
-
nodeTolerations?: CreateResourceRequestNodeTolerations[];
|
|
296
442
|
resourceType?: string;
|
|
297
|
-
|
|
443
|
+
selfManagedResourceOptions?: CreateResourceRequestSelfManagedResourceOptions;
|
|
298
444
|
systemDiskSize?: number;
|
|
299
445
|
zone?: string;
|
|
300
446
|
static names(): {
|
|
@@ -435,6 +581,7 @@ export declare class CreateServiceRequest extends $tea.Model {
|
|
|
435
581
|
labels?: {
|
|
436
582
|
[key: string]: string;
|
|
437
583
|
};
|
|
584
|
+
workspaceId?: string;
|
|
438
585
|
body?: string;
|
|
439
586
|
static names(): {
|
|
440
587
|
[key: string]: string;
|
|
@@ -449,6 +596,7 @@ export declare class CreateServiceRequest extends $tea.Model {
|
|
|
449
596
|
export declare class CreateServiceShrinkRequest extends $tea.Model {
|
|
450
597
|
develop?: string;
|
|
451
598
|
labelsShrink?: string;
|
|
599
|
+
workspaceId?: string;
|
|
452
600
|
body?: string;
|
|
453
601
|
static names(): {
|
|
454
602
|
[key: string]: string;
|
|
@@ -651,6 +799,79 @@ export declare class DeleteBenchmarkTaskResponse extends $tea.Model {
|
|
|
651
799
|
[key: string]: any;
|
|
652
800
|
});
|
|
653
801
|
}
|
|
802
|
+
export declare class DeleteGatewayResponseBody extends $tea.Model {
|
|
803
|
+
gatewayId?: string;
|
|
804
|
+
message?: string;
|
|
805
|
+
requestId?: string;
|
|
806
|
+
static names(): {
|
|
807
|
+
[key: string]: string;
|
|
808
|
+
};
|
|
809
|
+
static types(): {
|
|
810
|
+
[key: string]: any;
|
|
811
|
+
};
|
|
812
|
+
constructor(map?: {
|
|
813
|
+
[key: string]: any;
|
|
814
|
+
});
|
|
815
|
+
}
|
|
816
|
+
export declare class DeleteGatewayResponse extends $tea.Model {
|
|
817
|
+
headers: {
|
|
818
|
+
[key: string]: string;
|
|
819
|
+
};
|
|
820
|
+
statusCode: number;
|
|
821
|
+
body: DeleteGatewayResponseBody;
|
|
822
|
+
static names(): {
|
|
823
|
+
[key: string]: string;
|
|
824
|
+
};
|
|
825
|
+
static types(): {
|
|
826
|
+
[key: string]: any;
|
|
827
|
+
};
|
|
828
|
+
constructor(map?: {
|
|
829
|
+
[key: string]: any;
|
|
830
|
+
});
|
|
831
|
+
}
|
|
832
|
+
export declare class DeleteGatewayIntranetLinkedVpcRequest extends $tea.Model {
|
|
833
|
+
vSwitchId?: string;
|
|
834
|
+
vpcId?: string;
|
|
835
|
+
static names(): {
|
|
836
|
+
[key: string]: string;
|
|
837
|
+
};
|
|
838
|
+
static types(): {
|
|
839
|
+
[key: string]: any;
|
|
840
|
+
};
|
|
841
|
+
constructor(map?: {
|
|
842
|
+
[key: string]: any;
|
|
843
|
+
});
|
|
844
|
+
}
|
|
845
|
+
export declare class DeleteGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
|
|
846
|
+
gatewayId?: string;
|
|
847
|
+
message?: string;
|
|
848
|
+
requestId?: string;
|
|
849
|
+
static names(): {
|
|
850
|
+
[key: string]: string;
|
|
851
|
+
};
|
|
852
|
+
static types(): {
|
|
853
|
+
[key: string]: any;
|
|
854
|
+
};
|
|
855
|
+
constructor(map?: {
|
|
856
|
+
[key: string]: any;
|
|
857
|
+
});
|
|
858
|
+
}
|
|
859
|
+
export declare class DeleteGatewayIntranetLinkedVpcResponse extends $tea.Model {
|
|
860
|
+
headers: {
|
|
861
|
+
[key: string]: string;
|
|
862
|
+
};
|
|
863
|
+
statusCode: number;
|
|
864
|
+
body: DeleteGatewayIntranetLinkedVpcResponseBody;
|
|
865
|
+
static names(): {
|
|
866
|
+
[key: string]: string;
|
|
867
|
+
};
|
|
868
|
+
static types(): {
|
|
869
|
+
[key: string]: any;
|
|
870
|
+
};
|
|
871
|
+
constructor(map?: {
|
|
872
|
+
[key: string]: any;
|
|
873
|
+
});
|
|
874
|
+
}
|
|
654
875
|
export declare class DeleteResourceResponseBody extends $tea.Model {
|
|
655
876
|
message?: string;
|
|
656
877
|
requestId?: string;
|
|
@@ -1074,6 +1295,50 @@ export declare class DescribeBenchmarkTaskReportResponse extends $tea.Model {
|
|
|
1074
1295
|
[key: string]: any;
|
|
1075
1296
|
});
|
|
1076
1297
|
}
|
|
1298
|
+
export declare class DescribeGatewayResponseBody extends $tea.Model {
|
|
1299
|
+
callerUid?: string;
|
|
1300
|
+
createTime?: string;
|
|
1301
|
+
externalClusterId?: string;
|
|
1302
|
+
gatewayId?: string;
|
|
1303
|
+
gatewayName?: string;
|
|
1304
|
+
instanceType?: string;
|
|
1305
|
+
internetAclPolicyList?: DescribeGatewayResponseBodyInternetAclPolicyList[];
|
|
1306
|
+
internetDomain?: string;
|
|
1307
|
+
internetEnabled?: boolean;
|
|
1308
|
+
intranetDomain?: string;
|
|
1309
|
+
intranetEnabled?: boolean;
|
|
1310
|
+
intranetLinkedVpcList?: DescribeGatewayResponseBodyIntranetLinkedVpcList[];
|
|
1311
|
+
parentUid?: string;
|
|
1312
|
+
region?: string;
|
|
1313
|
+
requestId?: string;
|
|
1314
|
+
status?: string;
|
|
1315
|
+
updateTime?: string;
|
|
1316
|
+
static names(): {
|
|
1317
|
+
[key: string]: string;
|
|
1318
|
+
};
|
|
1319
|
+
static types(): {
|
|
1320
|
+
[key: string]: any;
|
|
1321
|
+
};
|
|
1322
|
+
constructor(map?: {
|
|
1323
|
+
[key: string]: any;
|
|
1324
|
+
});
|
|
1325
|
+
}
|
|
1326
|
+
export declare class DescribeGatewayResponse extends $tea.Model {
|
|
1327
|
+
headers: {
|
|
1328
|
+
[key: string]: string;
|
|
1329
|
+
};
|
|
1330
|
+
statusCode: number;
|
|
1331
|
+
body: DescribeGatewayResponseBody;
|
|
1332
|
+
static names(): {
|
|
1333
|
+
[key: string]: string;
|
|
1334
|
+
};
|
|
1335
|
+
static types(): {
|
|
1336
|
+
[key: string]: any;
|
|
1337
|
+
};
|
|
1338
|
+
constructor(map?: {
|
|
1339
|
+
[key: string]: any;
|
|
1340
|
+
});
|
|
1341
|
+
}
|
|
1077
1342
|
export declare class DescribeGroupResponse extends $tea.Model {
|
|
1078
1343
|
headers: {
|
|
1079
1344
|
[key: string]: string;
|
|
@@ -1559,10 +1824,41 @@ export declare class ListBenchmarkTaskResponse extends $tea.Model {
|
|
|
1559
1824
|
[key: string]: any;
|
|
1560
1825
|
});
|
|
1561
1826
|
}
|
|
1827
|
+
export declare class ListGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
|
|
1828
|
+
gatewayId?: string;
|
|
1829
|
+
intranetLinkedVpcList?: ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList[];
|
|
1830
|
+
requestId?: string;
|
|
1831
|
+
static names(): {
|
|
1832
|
+
[key: string]: string;
|
|
1833
|
+
};
|
|
1834
|
+
static types(): {
|
|
1835
|
+
[key: string]: any;
|
|
1836
|
+
};
|
|
1837
|
+
constructor(map?: {
|
|
1838
|
+
[key: string]: any;
|
|
1839
|
+
});
|
|
1840
|
+
}
|
|
1841
|
+
export declare class ListGatewayIntranetLinkedVpcResponse extends $tea.Model {
|
|
1842
|
+
headers: {
|
|
1843
|
+
[key: string]: string;
|
|
1844
|
+
};
|
|
1845
|
+
statusCode: number;
|
|
1846
|
+
body: ListGatewayIntranetLinkedVpcResponseBody;
|
|
1847
|
+
static names(): {
|
|
1848
|
+
[key: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
static types(): {
|
|
1851
|
+
[key: string]: any;
|
|
1852
|
+
};
|
|
1853
|
+
constructor(map?: {
|
|
1854
|
+
[key: string]: any;
|
|
1855
|
+
});
|
|
1856
|
+
}
|
|
1562
1857
|
export declare class ListGroupsRequest extends $tea.Model {
|
|
1563
1858
|
filter?: string;
|
|
1564
1859
|
pageNumber?: string;
|
|
1565
1860
|
pageSize?: string;
|
|
1861
|
+
workspaceId?: string;
|
|
1566
1862
|
static names(): {
|
|
1567
1863
|
[key: string]: string;
|
|
1568
1864
|
};
|
|
@@ -1943,6 +2239,7 @@ export declare class ListServicesRequest extends $tea.Model {
|
|
|
1943
2239
|
serviceType?: string;
|
|
1944
2240
|
serviceUid?: string;
|
|
1945
2241
|
sort?: string;
|
|
2242
|
+
workspaceId?: string;
|
|
1946
2243
|
static names(): {
|
|
1947
2244
|
[key: string]: string;
|
|
1948
2245
|
};
|
|
@@ -1967,6 +2264,7 @@ export declare class ListServicesShrinkRequest extends $tea.Model {
|
|
|
1967
2264
|
serviceType?: string;
|
|
1968
2265
|
serviceUid?: string;
|
|
1969
2266
|
sort?: string;
|
|
2267
|
+
workspaceId?: string;
|
|
1970
2268
|
static names(): {
|
|
1971
2269
|
[key: string]: string;
|
|
1972
2270
|
};
|
|
@@ -2196,6 +2494,55 @@ export declare class StopServiceResponse extends $tea.Model {
|
|
|
2196
2494
|
[key: string]: any;
|
|
2197
2495
|
});
|
|
2198
2496
|
}
|
|
2497
|
+
export declare class UpdateAppServiceRequest extends $tea.Model {
|
|
2498
|
+
quotaId?: string;
|
|
2499
|
+
workspaceId?: string;
|
|
2500
|
+
appType?: string;
|
|
2501
|
+
appVersion?: string;
|
|
2502
|
+
config?: {
|
|
2503
|
+
[key: string]: any;
|
|
2504
|
+
};
|
|
2505
|
+
replicas?: string;
|
|
2506
|
+
serviceSpec?: string;
|
|
2507
|
+
static names(): {
|
|
2508
|
+
[key: string]: string;
|
|
2509
|
+
};
|
|
2510
|
+
static types(): {
|
|
2511
|
+
[key: string]: any;
|
|
2512
|
+
};
|
|
2513
|
+
constructor(map?: {
|
|
2514
|
+
[key: string]: any;
|
|
2515
|
+
});
|
|
2516
|
+
}
|
|
2517
|
+
export declare class UpdateAppServiceResponseBody extends $tea.Model {
|
|
2518
|
+
message?: string;
|
|
2519
|
+
requestId?: string;
|
|
2520
|
+
static names(): {
|
|
2521
|
+
[key: string]: string;
|
|
2522
|
+
};
|
|
2523
|
+
static types(): {
|
|
2524
|
+
[key: string]: any;
|
|
2525
|
+
};
|
|
2526
|
+
constructor(map?: {
|
|
2527
|
+
[key: string]: any;
|
|
2528
|
+
});
|
|
2529
|
+
}
|
|
2530
|
+
export declare class UpdateAppServiceResponse extends $tea.Model {
|
|
2531
|
+
headers: {
|
|
2532
|
+
[key: string]: string;
|
|
2533
|
+
};
|
|
2534
|
+
statusCode: number;
|
|
2535
|
+
body: UpdateAppServiceResponseBody;
|
|
2536
|
+
static names(): {
|
|
2537
|
+
[key: string]: string;
|
|
2538
|
+
};
|
|
2539
|
+
static types(): {
|
|
2540
|
+
[key: string]: any;
|
|
2541
|
+
};
|
|
2542
|
+
constructor(map?: {
|
|
2543
|
+
[key: string]: any;
|
|
2544
|
+
});
|
|
2545
|
+
}
|
|
2199
2546
|
export declare class UpdateBenchmarkTaskRequest extends $tea.Model {
|
|
2200
2547
|
body?: string;
|
|
2201
2548
|
static names(): {
|
|
@@ -2237,12 +2584,54 @@ export declare class UpdateBenchmarkTaskResponse extends $tea.Model {
|
|
|
2237
2584
|
[key: string]: any;
|
|
2238
2585
|
});
|
|
2239
2586
|
}
|
|
2240
|
-
export declare class
|
|
2241
|
-
|
|
2587
|
+
export declare class UpdateGatewayRequest extends $tea.Model {
|
|
2588
|
+
enableInternet?: boolean;
|
|
2589
|
+
enableIntranet?: boolean;
|
|
2590
|
+
instanceType?: string;
|
|
2591
|
+
name?: string;
|
|
2592
|
+
static names(): {
|
|
2593
|
+
[key: string]: string;
|
|
2594
|
+
};
|
|
2595
|
+
static types(): {
|
|
2596
|
+
[key: string]: any;
|
|
2597
|
+
};
|
|
2598
|
+
constructor(map?: {
|
|
2599
|
+
[key: string]: any;
|
|
2600
|
+
});
|
|
2601
|
+
}
|
|
2602
|
+
export declare class UpdateGatewayResponseBody extends $tea.Model {
|
|
2603
|
+
gatewayId?: string;
|
|
2604
|
+
message?: string;
|
|
2605
|
+
requestId?: string;
|
|
2606
|
+
static names(): {
|
|
2242
2607
|
[key: string]: string;
|
|
2243
2608
|
};
|
|
2244
|
-
|
|
2609
|
+
static types(): {
|
|
2610
|
+
[key: string]: any;
|
|
2611
|
+
};
|
|
2612
|
+
constructor(map?: {
|
|
2613
|
+
[key: string]: any;
|
|
2614
|
+
});
|
|
2615
|
+
}
|
|
2616
|
+
export declare class UpdateGatewayResponse extends $tea.Model {
|
|
2617
|
+
headers: {
|
|
2618
|
+
[key: string]: string;
|
|
2619
|
+
};
|
|
2620
|
+
statusCode: number;
|
|
2621
|
+
body: UpdateGatewayResponseBody;
|
|
2622
|
+
static names(): {
|
|
2623
|
+
[key: string]: string;
|
|
2624
|
+
};
|
|
2625
|
+
static types(): {
|
|
2626
|
+
[key: string]: any;
|
|
2627
|
+
};
|
|
2628
|
+
constructor(map?: {
|
|
2629
|
+
[key: string]: any;
|
|
2630
|
+
});
|
|
2631
|
+
}
|
|
2632
|
+
export declare class UpdateResourceRequest extends $tea.Model {
|
|
2245
2633
|
resourceName?: string;
|
|
2634
|
+
selfManagedResourceOptions?: UpdateResourceRequestSelfManagedResourceOptions;
|
|
2246
2635
|
static names(): {
|
|
2247
2636
|
[key: string]: string;
|
|
2248
2637
|
};
|
|
@@ -2496,6 +2885,47 @@ export declare class UpdateServiceCronScalerResponse extends $tea.Model {
|
|
|
2496
2885
|
[key: string]: any;
|
|
2497
2886
|
});
|
|
2498
2887
|
}
|
|
2888
|
+
export declare class UpdateServiceInstanceRequest extends $tea.Model {
|
|
2889
|
+
isolate?: boolean;
|
|
2890
|
+
static names(): {
|
|
2891
|
+
[key: string]: string;
|
|
2892
|
+
};
|
|
2893
|
+
static types(): {
|
|
2894
|
+
[key: string]: any;
|
|
2895
|
+
};
|
|
2896
|
+
constructor(map?: {
|
|
2897
|
+
[key: string]: any;
|
|
2898
|
+
});
|
|
2899
|
+
}
|
|
2900
|
+
export declare class UpdateServiceInstanceResponseBody extends $tea.Model {
|
|
2901
|
+
message?: string;
|
|
2902
|
+
requestId?: string;
|
|
2903
|
+
static names(): {
|
|
2904
|
+
[key: string]: string;
|
|
2905
|
+
};
|
|
2906
|
+
static types(): {
|
|
2907
|
+
[key: string]: any;
|
|
2908
|
+
};
|
|
2909
|
+
constructor(map?: {
|
|
2910
|
+
[key: string]: any;
|
|
2911
|
+
});
|
|
2912
|
+
}
|
|
2913
|
+
export declare class UpdateServiceInstanceResponse extends $tea.Model {
|
|
2914
|
+
headers: {
|
|
2915
|
+
[key: string]: string;
|
|
2916
|
+
};
|
|
2917
|
+
statusCode: number;
|
|
2918
|
+
body: UpdateServiceInstanceResponseBody;
|
|
2919
|
+
static names(): {
|
|
2920
|
+
[key: string]: string;
|
|
2921
|
+
};
|
|
2922
|
+
static types(): {
|
|
2923
|
+
[key: string]: any;
|
|
2924
|
+
};
|
|
2925
|
+
constructor(map?: {
|
|
2926
|
+
[key: string]: any;
|
|
2927
|
+
});
|
|
2928
|
+
}
|
|
2499
2929
|
export declare class UpdateServiceLabelRequest extends $tea.Model {
|
|
2500
2930
|
labels?: {
|
|
2501
2931
|
[key: string]: string;
|
|
@@ -2676,7 +3106,7 @@ export declare class ServiceLabels extends $tea.Model {
|
|
|
2676
3106
|
[key: string]: any;
|
|
2677
3107
|
});
|
|
2678
3108
|
}
|
|
2679
|
-
export declare class
|
|
3109
|
+
export declare class CreateResourceRequestSelfManagedResourceOptionsNodeTolerations extends $tea.Model {
|
|
2680
3110
|
effect?: string;
|
|
2681
3111
|
key?: string;
|
|
2682
3112
|
operator?: string;
|
|
@@ -2691,6 +3121,23 @@ export declare class CreateResourceRequestNodeTolerations extends $tea.Model {
|
|
|
2691
3121
|
[key: string]: any;
|
|
2692
3122
|
});
|
|
2693
3123
|
}
|
|
3124
|
+
export declare class CreateResourceRequestSelfManagedResourceOptions extends $tea.Model {
|
|
3125
|
+
externalClusterId?: string;
|
|
3126
|
+
nodeMatchLabels?: {
|
|
3127
|
+
[key: string]: string;
|
|
3128
|
+
};
|
|
3129
|
+
nodeTolerations?: CreateResourceRequestSelfManagedResourceOptionsNodeTolerations[];
|
|
3130
|
+
roleName?: string;
|
|
3131
|
+
static names(): {
|
|
3132
|
+
[key: string]: string;
|
|
3133
|
+
};
|
|
3134
|
+
static types(): {
|
|
3135
|
+
[key: string]: any;
|
|
3136
|
+
};
|
|
3137
|
+
constructor(map?: {
|
|
3138
|
+
[key: string]: any;
|
|
3139
|
+
});
|
|
3140
|
+
}
|
|
2694
3141
|
export declare class CreateServiceAutoScalerRequestBehaviorOnZero extends $tea.Model {
|
|
2695
3142
|
scaleDownGracePeriodSeconds?: number;
|
|
2696
3143
|
scaleUpActivationReplicas?: number;
|
|
@@ -2770,6 +3217,36 @@ export declare class CreateServiceCronScalerRequestScaleJobs extends $tea.Model
|
|
|
2770
3217
|
[key: string]: any;
|
|
2771
3218
|
});
|
|
2772
3219
|
}
|
|
3220
|
+
export declare class DescribeGatewayResponseBodyInternetAclPolicyList extends $tea.Model {
|
|
3221
|
+
comment?: string;
|
|
3222
|
+
entry?: string;
|
|
3223
|
+
status?: string;
|
|
3224
|
+
static names(): {
|
|
3225
|
+
[key: string]: string;
|
|
3226
|
+
};
|
|
3227
|
+
static types(): {
|
|
3228
|
+
[key: string]: any;
|
|
3229
|
+
};
|
|
3230
|
+
constructor(map?: {
|
|
3231
|
+
[key: string]: any;
|
|
3232
|
+
});
|
|
3233
|
+
}
|
|
3234
|
+
export declare class DescribeGatewayResponseBodyIntranetLinkedVpcList extends $tea.Model {
|
|
3235
|
+
ip?: string;
|
|
3236
|
+
securityGroupId?: string;
|
|
3237
|
+
status?: string;
|
|
3238
|
+
vSwitchId?: string;
|
|
3239
|
+
vpcId?: string;
|
|
3240
|
+
static names(): {
|
|
3241
|
+
[key: string]: string;
|
|
3242
|
+
};
|
|
3243
|
+
static types(): {
|
|
3244
|
+
[key: string]: any;
|
|
3245
|
+
};
|
|
3246
|
+
constructor(map?: {
|
|
3247
|
+
[key: string]: any;
|
|
3248
|
+
});
|
|
3249
|
+
}
|
|
2773
3250
|
export declare class DescribeServiceAutoScalerResponseBodyCurrentMetrics extends $tea.Model {
|
|
2774
3251
|
metricName?: string;
|
|
2775
3252
|
service?: string;
|
|
@@ -2879,6 +3356,22 @@ export declare class ListBenchmarkTaskResponseBodyTasks extends $tea.Model {
|
|
|
2879
3356
|
[key: string]: any;
|
|
2880
3357
|
});
|
|
2881
3358
|
}
|
|
3359
|
+
export declare class ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList extends $tea.Model {
|
|
3360
|
+
ip?: string;
|
|
3361
|
+
securityGroupId?: string;
|
|
3362
|
+
status?: string;
|
|
3363
|
+
vSwitchId?: string;
|
|
3364
|
+
vpcId?: string;
|
|
3365
|
+
static names(): {
|
|
3366
|
+
[key: string]: string;
|
|
3367
|
+
};
|
|
3368
|
+
static types(): {
|
|
3369
|
+
[key: string]: any;
|
|
3370
|
+
};
|
|
3371
|
+
constructor(map?: {
|
|
3372
|
+
[key: string]: any;
|
|
3373
|
+
});
|
|
3374
|
+
}
|
|
2882
3375
|
export declare class ListServiceVersionsResponseBodyVersions extends $tea.Model {
|
|
2883
3376
|
buildTime?: string;
|
|
2884
3377
|
imageAvailable?: string;
|
|
@@ -2895,7 +3388,7 @@ export declare class ListServiceVersionsResponseBodyVersions extends $tea.Model
|
|
|
2895
3388
|
[key: string]: any;
|
|
2896
3389
|
});
|
|
2897
3390
|
}
|
|
2898
|
-
export declare class
|
|
3391
|
+
export declare class UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations extends $tea.Model {
|
|
2899
3392
|
effect?: string;
|
|
2900
3393
|
key?: string;
|
|
2901
3394
|
operator?: string;
|
|
@@ -2910,6 +3403,21 @@ export declare class UpdateResourceRequestNodeTolerations extends $tea.Model {
|
|
|
2910
3403
|
[key: string]: any;
|
|
2911
3404
|
});
|
|
2912
3405
|
}
|
|
3406
|
+
export declare class UpdateResourceRequestSelfManagedResourceOptions extends $tea.Model {
|
|
3407
|
+
nodeMatchLabels?: {
|
|
3408
|
+
[key: string]: string;
|
|
3409
|
+
};
|
|
3410
|
+
nodeTolerations?: UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations[];
|
|
3411
|
+
static names(): {
|
|
3412
|
+
[key: string]: string;
|
|
3413
|
+
};
|
|
3414
|
+
static types(): {
|
|
3415
|
+
[key: string]: any;
|
|
3416
|
+
};
|
|
3417
|
+
constructor(map?: {
|
|
3418
|
+
[key: string]: any;
|
|
3419
|
+
});
|
|
3420
|
+
}
|
|
2913
3421
|
export declare class UpdateServiceAutoScalerRequestBehaviorOnZero extends $tea.Model {
|
|
2914
3422
|
scaleDownGracePeriodSeconds?: number;
|
|
2915
3423
|
scaleUpActivationReplicas?: number;
|
|
@@ -2998,10 +3506,22 @@ export default class Client extends OpenApi {
|
|
|
2998
3506
|
[key: string]: string;
|
|
2999
3507
|
}, runtime: $Util.RuntimeOptions): Promise<CommitServiceResponse>;
|
|
3000
3508
|
commitService(ClusterId: string, ServiceName: string): Promise<CommitServiceResponse>;
|
|
3509
|
+
createAppServiceWithOptions(request: CreateAppServiceRequest, headers: {
|
|
3510
|
+
[key: string]: string;
|
|
3511
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateAppServiceResponse>;
|
|
3512
|
+
createAppService(request: CreateAppServiceRequest): Promise<CreateAppServiceResponse>;
|
|
3001
3513
|
createBenchmarkTaskWithOptions(request: CreateBenchmarkTaskRequest, headers: {
|
|
3002
3514
|
[key: string]: string;
|
|
3003
3515
|
}, runtime: $Util.RuntimeOptions): Promise<CreateBenchmarkTaskResponse>;
|
|
3004
3516
|
createBenchmarkTask(request: CreateBenchmarkTaskRequest): Promise<CreateBenchmarkTaskResponse>;
|
|
3517
|
+
createGatewayWithOptions(request: CreateGatewayRequest, headers: {
|
|
3518
|
+
[key: string]: string;
|
|
3519
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateGatewayResponse>;
|
|
3520
|
+
createGateway(request: CreateGatewayRequest): Promise<CreateGatewayResponse>;
|
|
3521
|
+
createGatewayIntranetLinkedVpcWithOptions(ClusterId: string, GatewayId: string, request: CreateGatewayIntranetLinkedVpcRequest, headers: {
|
|
3522
|
+
[key: string]: string;
|
|
3523
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateGatewayIntranetLinkedVpcResponse>;
|
|
3524
|
+
createGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string, request: CreateGatewayIntranetLinkedVpcRequest): Promise<CreateGatewayIntranetLinkedVpcResponse>;
|
|
3005
3525
|
createResourceWithOptions(request: CreateResourceRequest, headers: {
|
|
3006
3526
|
[key: string]: string;
|
|
3007
3527
|
}, runtime: $Util.RuntimeOptions): Promise<CreateResourceResponse>;
|
|
@@ -3034,6 +3554,14 @@ export default class Client extends OpenApi {
|
|
|
3034
3554
|
[key: string]: string;
|
|
3035
3555
|
}, runtime: $Util.RuntimeOptions): Promise<DeleteBenchmarkTaskResponse>;
|
|
3036
3556
|
deleteBenchmarkTask(ClusterId: string, TaskName: string): Promise<DeleteBenchmarkTaskResponse>;
|
|
3557
|
+
deleteGatewayWithOptions(ClusterId: string, GatewayId: string, headers: {
|
|
3558
|
+
[key: string]: string;
|
|
3559
|
+
}, runtime: $Util.RuntimeOptions): Promise<DeleteGatewayResponse>;
|
|
3560
|
+
deleteGateway(ClusterId: string, GatewayId: string): Promise<DeleteGatewayResponse>;
|
|
3561
|
+
deleteGatewayIntranetLinkedVpcWithOptions(ClusterId: string, GatewayId: string, request: DeleteGatewayIntranetLinkedVpcRequest, headers: {
|
|
3562
|
+
[key: string]: string;
|
|
3563
|
+
}, runtime: $Util.RuntimeOptions): Promise<DeleteGatewayIntranetLinkedVpcResponse>;
|
|
3564
|
+
deleteGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string, request: DeleteGatewayIntranetLinkedVpcRequest): Promise<DeleteGatewayIntranetLinkedVpcResponse>;
|
|
3037
3565
|
deleteResourceWithOptions(ClusterId: string, ResourceId: string, headers: {
|
|
3038
3566
|
[key: string]: string;
|
|
3039
3567
|
}, runtime: $Util.RuntimeOptions): Promise<DeleteResourceResponse>;
|
|
@@ -3082,6 +3610,10 @@ export default class Client extends OpenApi {
|
|
|
3082
3610
|
[key: string]: string;
|
|
3083
3611
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeBenchmarkTaskReportResponse>;
|
|
3084
3612
|
describeBenchmarkTaskReport(ClusterId: string, TaskName: string, request: DescribeBenchmarkTaskReportRequest): Promise<DescribeBenchmarkTaskReportResponse>;
|
|
3613
|
+
describeGatewayWithOptions(ClusterId: string, GatewayId: string, headers: {
|
|
3614
|
+
[key: string]: string;
|
|
3615
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeGatewayResponse>;
|
|
3616
|
+
describeGateway(ClusterId: string, GatewayId: string): Promise<DescribeGatewayResponse>;
|
|
3085
3617
|
describeGroupWithOptions(ClusterId: string, GroupName: string, headers: {
|
|
3086
3618
|
[key: string]: string;
|
|
3087
3619
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeGroupResponse>;
|
|
@@ -3138,6 +3670,10 @@ export default class Client extends OpenApi {
|
|
|
3138
3670
|
[key: string]: string;
|
|
3139
3671
|
}, runtime: $Util.RuntimeOptions): Promise<ListBenchmarkTaskResponse>;
|
|
3140
3672
|
listBenchmarkTask(request: ListBenchmarkTaskRequest): Promise<ListBenchmarkTaskResponse>;
|
|
3673
|
+
listGatewayIntranetLinkedVpcWithOptions(ClusterId: string, GatewayId: string, headers: {
|
|
3674
|
+
[key: string]: string;
|
|
3675
|
+
}, runtime: $Util.RuntimeOptions): Promise<ListGatewayIntranetLinkedVpcResponse>;
|
|
3676
|
+
listGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string): Promise<ListGatewayIntranetLinkedVpcResponse>;
|
|
3141
3677
|
listGroupsWithOptions(request: ListGroupsRequest, headers: {
|
|
3142
3678
|
[key: string]: string;
|
|
3143
3679
|
}, runtime: $Util.RuntimeOptions): Promise<ListGroupsResponse>;
|
|
@@ -3198,10 +3734,18 @@ export default class Client extends OpenApi {
|
|
|
3198
3734
|
[key: string]: string;
|
|
3199
3735
|
}, runtime: $Util.RuntimeOptions): Promise<StopServiceResponse>;
|
|
3200
3736
|
stopService(ClusterId: string, ServiceName: string): Promise<StopServiceResponse>;
|
|
3737
|
+
updateAppServiceWithOptions(ClusterId: string, ServiceName: string, request: UpdateAppServiceRequest, headers: {
|
|
3738
|
+
[key: string]: string;
|
|
3739
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateAppServiceResponse>;
|
|
3740
|
+
updateAppService(ClusterId: string, ServiceName: string, request: UpdateAppServiceRequest): Promise<UpdateAppServiceResponse>;
|
|
3201
3741
|
updateBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest, headers: {
|
|
3202
3742
|
[key: string]: string;
|
|
3203
3743
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateBenchmarkTaskResponse>;
|
|
3204
3744
|
updateBenchmarkTask(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest): Promise<UpdateBenchmarkTaskResponse>;
|
|
3745
|
+
updateGatewayWithOptions(GatewayId: string, ClusterId: string, request: UpdateGatewayRequest, headers: {
|
|
3746
|
+
[key: string]: string;
|
|
3747
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateGatewayResponse>;
|
|
3748
|
+
updateGateway(GatewayId: string, ClusterId: string, request: UpdateGatewayRequest): Promise<UpdateGatewayResponse>;
|
|
3205
3749
|
updateResourceWithOptions(ClusterId: string, ResourceId: string, request: UpdateResourceRequest, headers: {
|
|
3206
3750
|
[key: string]: string;
|
|
3207
3751
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateResourceResponse>;
|
|
@@ -3226,6 +3770,10 @@ export default class Client extends OpenApi {
|
|
|
3226
3770
|
[key: string]: string;
|
|
3227
3771
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateServiceCronScalerResponse>;
|
|
3228
3772
|
updateServiceCronScaler(ClusterId: string, ServiceName: string, request: UpdateServiceCronScalerRequest): Promise<UpdateServiceCronScalerResponse>;
|
|
3773
|
+
updateServiceInstanceWithOptions(ClusterId: string, ServiceName: string, InstanceName: string, request: UpdateServiceInstanceRequest, headers: {
|
|
3774
|
+
[key: string]: string;
|
|
3775
|
+
}, runtime: $Util.RuntimeOptions): Promise<UpdateServiceInstanceResponse>;
|
|
3776
|
+
updateServiceInstance(ClusterId: string, ServiceName: string, InstanceName: string, request: UpdateServiceInstanceRequest): Promise<UpdateServiceInstanceResponse>;
|
|
3229
3777
|
updateServiceLabelWithOptions(ClusterId: string, ServiceName: string, request: UpdateServiceLabelRequest, headers: {
|
|
3230
3778
|
[key: string]: string;
|
|
3231
3779
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateServiceLabelResponse>;
|