@alicloud/eas20210701 2.1.0 → 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 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
  }[];
@@ -92,6 +93,7 @@ export declare class Resource extends $tea.Model {
92
93
  prePaidInstanceCount?: number;
93
94
  resourceId?: string;
94
95
  resourceName?: string;
96
+ resourceType?: string;
95
97
  status?: string;
96
98
  updateTime?: string;
97
99
  static names(): {
@@ -163,6 +165,10 @@ export declare class ResourceInstanceWorker extends $tea.Model {
163
165
  }
164
166
  export declare class Service extends $tea.Model {
165
167
  accessToken?: string;
168
+ appConfig?: string;
169
+ appSpecName?: string;
170
+ appType?: string;
171
+ appVersion?: string;
166
172
  callerUid?: string;
167
173
  cpu?: number;
168
174
  createTime?: string;
@@ -200,6 +206,7 @@ export declare class Service extends $tea.Model {
200
206
  totalInstance?: number;
201
207
  updateTime?: string;
202
208
  weight?: number;
209
+ workspaceId?: string;
203
210
  static names(): {
204
211
  [key: string]: string;
205
212
  };
@@ -239,6 +246,61 @@ export declare class CommitServiceResponse extends $tea.Model {
239
246
  [key: string]: any;
240
247
  });
241
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
+ }
242
304
  export declare class CreateBenchmarkTaskRequest extends $tea.Model {
243
305
  body?: string;
244
306
  static names(): {
@@ -282,11 +344,103 @@ export declare class CreateBenchmarkTaskResponse extends $tea.Model {
282
344
  [key: string]: any;
283
345
  });
284
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
+ }
285
437
  export declare class CreateResourceRequest extends $tea.Model {
286
438
  autoRenewal?: boolean;
287
439
  chargeType?: string;
288
440
  ecsInstanceCount?: number;
289
441
  ecsInstanceType?: string;
442
+ resourceType?: string;
443
+ selfManagedResourceOptions?: CreateResourceRequestSelfManagedResourceOptions;
290
444
  systemDiskSize?: number;
291
445
  zone?: string;
292
446
  static names(): {
@@ -427,6 +581,7 @@ export declare class CreateServiceRequest extends $tea.Model {
427
581
  labels?: {
428
582
  [key: string]: string;
429
583
  };
584
+ workspaceId?: string;
430
585
  body?: string;
431
586
  static names(): {
432
587
  [key: string]: string;
@@ -441,6 +596,7 @@ export declare class CreateServiceRequest extends $tea.Model {
441
596
  export declare class CreateServiceShrinkRequest extends $tea.Model {
442
597
  develop?: string;
443
598
  labelsShrink?: string;
599
+ workspaceId?: string;
444
600
  body?: string;
445
601
  static names(): {
446
602
  [key: string]: string;
@@ -643,6 +799,79 @@ export declare class DeleteBenchmarkTaskResponse extends $tea.Model {
643
799
  [key: string]: any;
644
800
  });
645
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
+ }
646
875
  export declare class DeleteResourceResponseBody extends $tea.Model {
647
876
  message?: string;
648
877
  requestId?: string;
@@ -1066,6 +1295,50 @@ export declare class DescribeBenchmarkTaskReportResponse extends $tea.Model {
1066
1295
  [key: string]: any;
1067
1296
  });
1068
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
+ }
1069
1342
  export declare class DescribeGroupResponse extends $tea.Model {
1070
1343
  headers: {
1071
1344
  [key: string]: string;
@@ -1096,6 +1369,7 @@ export declare class DescribeResourceResponseBody extends $tea.Model {
1096
1369
  requestId?: string;
1097
1370
  resourceId?: string;
1098
1371
  resourceName?: string;
1372
+ resourceType?: string;
1099
1373
  status?: string;
1100
1374
  updateTime?: string;
1101
1375
  static names(): {
@@ -1550,10 +1824,41 @@ export declare class ListBenchmarkTaskResponse extends $tea.Model {
1550
1824
  [key: string]: any;
1551
1825
  });
1552
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
+ }
1553
1857
  export declare class ListGroupsRequest extends $tea.Model {
1554
1858
  filter?: string;
1555
1859
  pageNumber?: string;
1556
1860
  pageSize?: string;
1861
+ workspaceId?: string;
1557
1862
  static names(): {
1558
1863
  [key: string]: string;
1559
1864
  };
@@ -1744,6 +2049,7 @@ export declare class ListResourcesRequest extends $tea.Model {
1744
2049
  pageSize?: number;
1745
2050
  resourceId?: string;
1746
2051
  resourceName?: string;
2052
+ resourceType?: string;
1747
2053
  static names(): {
1748
2054
  [key: string]: string;
1749
2055
  };
@@ -1933,6 +2239,7 @@ export declare class ListServicesRequest extends $tea.Model {
1933
2239
  serviceType?: string;
1934
2240
  serviceUid?: string;
1935
2241
  sort?: string;
2242
+ workspaceId?: string;
1936
2243
  static names(): {
1937
2244
  [key: string]: string;
1938
2245
  };
@@ -1957,6 +2264,7 @@ export declare class ListServicesShrinkRequest extends $tea.Model {
1957
2264
  serviceType?: string;
1958
2265
  serviceUid?: string;
1959
2266
  sort?: string;
2267
+ workspaceId?: string;
1960
2268
  static names(): {
1961
2269
  [key: string]: string;
1962
2270
  };
@@ -2186,6 +2494,55 @@ export declare class StopServiceResponse extends $tea.Model {
2186
2494
  [key: string]: any;
2187
2495
  });
2188
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
+ }
2189
2546
  export declare class UpdateBenchmarkTaskRequest extends $tea.Model {
2190
2547
  body?: string;
2191
2548
  static names(): {
@@ -2227,8 +2584,54 @@ export declare class UpdateBenchmarkTaskResponse extends $tea.Model {
2227
2584
  [key: string]: any;
2228
2585
  });
2229
2586
  }
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(): {
2607
+ [key: string]: string;
2608
+ };
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
+ }
2230
2632
  export declare class UpdateResourceRequest extends $tea.Model {
2231
2633
  resourceName?: string;
2634
+ selfManagedResourceOptions?: UpdateResourceRequestSelfManagedResourceOptions;
2232
2635
  static names(): {
2233
2636
  [key: string]: string;
2234
2637
  };
@@ -2482,6 +2885,47 @@ export declare class UpdateServiceCronScalerResponse extends $tea.Model {
2482
2885
  [key: string]: any;
2483
2886
  });
2484
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
+ }
2485
2929
  export declare class UpdateServiceLabelRequest extends $tea.Model {
2486
2930
  labels?: {
2487
2931
  [key: string]: string;
@@ -2662,6 +3106,38 @@ export declare class ServiceLabels extends $tea.Model {
2662
3106
  [key: string]: any;
2663
3107
  });
2664
3108
  }
3109
+ export declare class CreateResourceRequestSelfManagedResourceOptionsNodeTolerations extends $tea.Model {
3110
+ effect?: string;
3111
+ key?: string;
3112
+ operator?: string;
3113
+ value?: string;
3114
+ static names(): {
3115
+ [key: string]: string;
3116
+ };
3117
+ static types(): {
3118
+ [key: string]: any;
3119
+ };
3120
+ constructor(map?: {
3121
+ [key: string]: any;
3122
+ });
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
+ }
2665
3141
  export declare class CreateServiceAutoScalerRequestBehaviorOnZero extends $tea.Model {
2666
3142
  scaleDownGracePeriodSeconds?: number;
2667
3143
  scaleUpActivationReplicas?: number;
@@ -2741,6 +3217,36 @@ export declare class CreateServiceCronScalerRequestScaleJobs extends $tea.Model
2741
3217
  [key: string]: any;
2742
3218
  });
2743
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
+ }
2744
3250
  export declare class DescribeServiceAutoScalerResponseBodyCurrentMetrics extends $tea.Model {
2745
3251
  metricName?: string;
2746
3252
  service?: string;
@@ -2850,6 +3356,22 @@ export declare class ListBenchmarkTaskResponseBodyTasks extends $tea.Model {
2850
3356
  [key: string]: any;
2851
3357
  });
2852
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
+ }
2853
3375
  export declare class ListServiceVersionsResponseBodyVersions extends $tea.Model {
2854
3376
  buildTime?: string;
2855
3377
  imageAvailable?: string;
@@ -2866,6 +3388,36 @@ export declare class ListServiceVersionsResponseBodyVersions extends $tea.Model
2866
3388
  [key: string]: any;
2867
3389
  });
2868
3390
  }
3391
+ export declare class UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations extends $tea.Model {
3392
+ effect?: string;
3393
+ key?: string;
3394
+ operator?: string;
3395
+ value?: string;
3396
+ static names(): {
3397
+ [key: string]: string;
3398
+ };
3399
+ static types(): {
3400
+ [key: string]: any;
3401
+ };
3402
+ constructor(map?: {
3403
+ [key: string]: any;
3404
+ });
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
+ }
2869
3421
  export declare class UpdateServiceAutoScalerRequestBehaviorOnZero extends $tea.Model {
2870
3422
  scaleDownGracePeriodSeconds?: number;
2871
3423
  scaleUpActivationReplicas?: number;
@@ -2954,10 +3506,22 @@ export default class Client extends OpenApi {
2954
3506
  [key: string]: string;
2955
3507
  }, runtime: $Util.RuntimeOptions): Promise<CommitServiceResponse>;
2956
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>;
2957
3513
  createBenchmarkTaskWithOptions(request: CreateBenchmarkTaskRequest, headers: {
2958
3514
  [key: string]: string;
2959
3515
  }, runtime: $Util.RuntimeOptions): Promise<CreateBenchmarkTaskResponse>;
2960
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>;
2961
3525
  createResourceWithOptions(request: CreateResourceRequest, headers: {
2962
3526
  [key: string]: string;
2963
3527
  }, runtime: $Util.RuntimeOptions): Promise<CreateResourceResponse>;
@@ -2990,6 +3554,14 @@ export default class Client extends OpenApi {
2990
3554
  [key: string]: string;
2991
3555
  }, runtime: $Util.RuntimeOptions): Promise<DeleteBenchmarkTaskResponse>;
2992
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>;
2993
3565
  deleteResourceWithOptions(ClusterId: string, ResourceId: string, headers: {
2994
3566
  [key: string]: string;
2995
3567
  }, runtime: $Util.RuntimeOptions): Promise<DeleteResourceResponse>;
@@ -3038,6 +3610,10 @@ export default class Client extends OpenApi {
3038
3610
  [key: string]: string;
3039
3611
  }, runtime: $Util.RuntimeOptions): Promise<DescribeBenchmarkTaskReportResponse>;
3040
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>;
3041
3617
  describeGroupWithOptions(ClusterId: string, GroupName: string, headers: {
3042
3618
  [key: string]: string;
3043
3619
  }, runtime: $Util.RuntimeOptions): Promise<DescribeGroupResponse>;
@@ -3094,6 +3670,10 @@ export default class Client extends OpenApi {
3094
3670
  [key: string]: string;
3095
3671
  }, runtime: $Util.RuntimeOptions): Promise<ListBenchmarkTaskResponse>;
3096
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>;
3097
3677
  listGroupsWithOptions(request: ListGroupsRequest, headers: {
3098
3678
  [key: string]: string;
3099
3679
  }, runtime: $Util.RuntimeOptions): Promise<ListGroupsResponse>;
@@ -3154,10 +3734,18 @@ export default class Client extends OpenApi {
3154
3734
  [key: string]: string;
3155
3735
  }, runtime: $Util.RuntimeOptions): Promise<StopServiceResponse>;
3156
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>;
3157
3741
  updateBenchmarkTaskWithOptions(ClusterId: string, TaskName: string, request: UpdateBenchmarkTaskRequest, headers: {
3158
3742
  [key: string]: string;
3159
3743
  }, runtime: $Util.RuntimeOptions): Promise<UpdateBenchmarkTaskResponse>;
3160
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>;
3161
3749
  updateResourceWithOptions(ClusterId: string, ResourceId: string, request: UpdateResourceRequest, headers: {
3162
3750
  [key: string]: string;
3163
3751
  }, runtime: $Util.RuntimeOptions): Promise<UpdateResourceResponse>;
@@ -3182,6 +3770,10 @@ export default class Client extends OpenApi {
3182
3770
  [key: string]: string;
3183
3771
  }, runtime: $Util.RuntimeOptions): Promise<UpdateServiceCronScalerResponse>;
3184
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>;
3185
3777
  updateServiceLabelWithOptions(ClusterId: string, ServiceName: string, request: UpdateServiceLabelRequest, headers: {
3186
3778
  [key: string]: string;
3187
3779
  }, runtime: $Util.RuntimeOptions): Promise<UpdateServiceLabelResponse>;