@alicloud/sae20190506 1.18.16 → 1.20.1

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
@@ -38,6 +38,7 @@ export declare class AbortAndRollbackChangeOrderResponse extends $tea.Model {
38
38
  headers: {
39
39
  [key: string]: string;
40
40
  };
41
+ statusCode: number;
41
42
  body: AbortAndRollbackChangeOrderResponseBody;
42
43
  static names(): {
43
44
  [key: string]: string;
@@ -83,6 +84,7 @@ export declare class AbortChangeOrderResponse extends $tea.Model {
83
84
  headers: {
84
85
  [key: string]: string;
85
86
  };
87
+ statusCode: number;
86
88
  body: AbortChangeOrderResponseBody;
87
89
  static names(): {
88
90
  [key: string]: string;
@@ -129,6 +131,7 @@ export declare class BatchStartApplicationsResponse extends $tea.Model {
129
131
  headers: {
130
132
  [key: string]: string;
131
133
  };
134
+ statusCode: number;
132
135
  body: BatchStartApplicationsResponseBody;
133
136
  static names(): {
134
137
  [key: string]: string;
@@ -175,6 +178,7 @@ export declare class BatchStopApplicationsResponse extends $tea.Model {
175
178
  headers: {
176
179
  [key: string]: string;
177
180
  };
181
+ statusCode: number;
178
182
  body: BatchStopApplicationsResponseBody;
179
183
  static names(): {
180
184
  [key: string]: string;
@@ -224,6 +228,7 @@ export declare class BindSlbResponse extends $tea.Model {
224
228
  headers: {
225
229
  [key: string]: string;
226
230
  };
231
+ statusCode: number;
227
232
  body: BindSlbResponseBody;
228
233
  static names(): {
229
234
  [key: string]: string;
@@ -270,6 +275,7 @@ export declare class ConfirmPipelineBatchResponse extends $tea.Model {
270
275
  headers: {
271
276
  [key: string]: string;
272
277
  };
278
+ statusCode: number;
273
279
  body: ConfirmPipelineBatchResponseBody;
274
280
  static names(): {
275
281
  [key: string]: string;
@@ -300,12 +306,17 @@ export declare class CreateApplicationRequest extends $tea.Model {
300
306
  jarStartArgs?: string;
301
307
  jarStartOptions?: string;
302
308
  jdk?: string;
309
+ kafkaConfigs?: string;
310
+ kafkaEndpoint?: string;
311
+ kafkaInstanceId?: string;
312
+ kafkaLogfileConfig?: string;
303
313
  liveness?: string;
304
314
  memory?: number;
305
315
  mountDesc?: string;
306
316
  mountHost?: string;
307
317
  namespaceId?: string;
308
318
  nasId?: string;
319
+ openCollectToKafka?: boolean;
309
320
  ossAkId?: string;
310
321
  ossAkSecret?: string;
311
322
  ossMountDescs?: string;
@@ -317,6 +328,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
317
328
  phpConfigLocation?: string;
318
329
  postStart?: string;
319
330
  preStop?: string;
331
+ programmingLanguage?: string;
320
332
  readiness?: string;
321
333
  replicas?: number;
322
334
  securityGroupId?: string;
@@ -360,6 +372,7 @@ export declare class CreateApplicationResponse extends $tea.Model {
360
372
  headers: {
361
373
  [key: string]: string;
362
374
  };
375
+ statusCode: number;
363
376
  body: CreateApplicationResponseBody;
364
377
  static names(): {
365
378
  [key: string]: string;
@@ -408,6 +421,7 @@ export declare class CreateApplicationScalingRuleResponse extends $tea.Model {
408
421
  headers: {
409
422
  [key: string]: string;
410
423
  };
424
+ statusCode: number;
411
425
  body: CreateApplicationScalingRuleResponseBody;
412
426
  static names(): {
413
427
  [key: string]: string;
@@ -456,6 +470,7 @@ export declare class CreateConfigMapResponse extends $tea.Model {
456
470
  headers: {
457
471
  [key: string]: string;
458
472
  };
473
+ statusCode: number;
459
474
  body: CreateConfigMapResponseBody;
460
475
  static names(): {
461
476
  [key: string]: string;
@@ -505,6 +520,7 @@ export declare class CreateGreyTagRouteResponse extends $tea.Model {
505
520
  headers: {
506
521
  [key: string]: string;
507
522
  };
523
+ statusCode: number;
508
524
  body: CreateGreyTagRouteResponseBody;
509
525
  static names(): {
510
526
  [key: string]: string;
@@ -521,6 +537,8 @@ export declare class CreateIngressRequest extends $tea.Model {
521
537
  defaultRule?: string;
522
538
  description?: string;
523
539
  listenerPort?: number;
540
+ listenerProtocol?: string;
541
+ loadBalanceType?: string;
524
542
  namespaceId?: string;
525
543
  rules?: string;
526
544
  slbId?: string;
@@ -556,6 +574,7 @@ export declare class CreateIngressResponse extends $tea.Model {
556
574
  headers: {
557
575
  [key: string]: string;
558
576
  };
577
+ statusCode: number;
559
578
  body: CreateIngressResponseBody;
560
579
  static names(): {
561
580
  [key: string]: string;
@@ -603,6 +622,7 @@ export declare class CreateNamespaceResponse extends $tea.Model {
603
622
  headers: {
604
623
  [key: string]: string;
605
624
  };
625
+ statusCode: number;
606
626
  body: CreateNamespaceResponseBody;
607
627
  static names(): {
608
628
  [key: string]: string;
@@ -648,6 +668,7 @@ export declare class DeleteApplicationResponse extends $tea.Model {
648
668
  headers: {
649
669
  [key: string]: string;
650
670
  };
671
+ statusCode: number;
651
672
  body: DeleteApplicationResponseBody;
652
673
  static names(): {
653
674
  [key: string]: string;
@@ -689,6 +710,7 @@ export declare class DeleteApplicationScalingRuleResponse extends $tea.Model {
689
710
  headers: {
690
711
  [key: string]: string;
691
712
  };
713
+ statusCode: number;
692
714
  body: DeleteApplicationScalingRuleResponseBody;
693
715
  static names(): {
694
716
  [key: string]: string;
@@ -734,6 +756,7 @@ export declare class DeleteConfigMapResponse extends $tea.Model {
734
756
  headers: {
735
757
  [key: string]: string;
736
758
  };
759
+ statusCode: number;
737
760
  body: DeleteConfigMapResponseBody;
738
761
  static names(): {
739
762
  [key: string]: string;
@@ -779,6 +802,7 @@ export declare class DeleteGreyTagRouteResponse extends $tea.Model {
779
802
  headers: {
780
803
  [key: string]: string;
781
804
  };
805
+ statusCode: number;
782
806
  body: DeleteGreyTagRouteResponseBody;
783
807
  static names(): {
784
808
  [key: string]: string;
@@ -824,6 +848,7 @@ export declare class DeleteIngressResponse extends $tea.Model {
824
848
  headers: {
825
849
  [key: string]: string;
826
850
  };
851
+ statusCode: number;
827
852
  body: DeleteIngressResponseBody;
828
853
  static names(): {
829
854
  [key: string]: string;
@@ -868,6 +893,7 @@ export declare class DeleteNamespaceResponse extends $tea.Model {
868
893
  headers: {
869
894
  [key: string]: string;
870
895
  };
896
+ statusCode: number;
871
897
  body: DeleteNamespaceResponseBody;
872
898
  static names(): {
873
899
  [key: string]: string;
@@ -899,12 +925,17 @@ export declare class DeployApplicationRequest extends $tea.Model {
899
925
  jarStartArgs?: string;
900
926
  jarStartOptions?: string;
901
927
  jdk?: string;
928
+ kafkaConfigs?: string;
929
+ kafkaEndpoint?: string;
930
+ kafkaInstanceId?: string;
931
+ kafkaLogfileConfig?: string;
902
932
  liveness?: string;
903
933
  minReadyInstanceRatio?: number;
904
934
  minReadyInstances?: number;
905
935
  mountDesc?: string;
906
936
  mountHost?: string;
907
937
  nasId?: string;
938
+ openCollectToKafka?: boolean;
908
939
  ossAkId?: string;
909
940
  ossAkSecret?: string;
910
941
  ossMountDescs?: string;
@@ -955,6 +986,7 @@ export declare class DeployApplicationResponse extends $tea.Model {
955
986
  headers: {
956
987
  [key: string]: string;
957
988
  };
989
+ statusCode: number;
958
990
  body: DeployApplicationResponseBody;
959
991
  static names(): {
960
992
  [key: string]: string;
@@ -1004,6 +1036,7 @@ export declare class DescribeAppServiceDetailResponse extends $tea.Model {
1004
1036
  headers: {
1005
1037
  [key: string]: string;
1006
1038
  };
1039
+ statusCode: number;
1007
1040
  body: DescribeAppServiceDetailResponseBody;
1008
1041
  static names(): {
1009
1042
  [key: string]: string;
@@ -1050,6 +1083,7 @@ export declare class DescribeApplicationConfigResponse extends $tea.Model {
1050
1083
  headers: {
1051
1084
  [key: string]: string;
1052
1085
  };
1086
+ statusCode: number;
1053
1087
  body: DescribeApplicationConfigResponseBody;
1054
1088
  static names(): {
1055
1089
  [key: string]: string;
@@ -1097,6 +1131,7 @@ export declare class DescribeApplicationGroupsResponse extends $tea.Model {
1097
1131
  headers: {
1098
1132
  [key: string]: string;
1099
1133
  };
1134
+ statusCode: number;
1100
1135
  body: DescribeApplicationGroupsResponseBody;
1101
1136
  static names(): {
1102
1137
  [key: string]: string;
@@ -1143,6 +1178,7 @@ export declare class DescribeApplicationImageResponse extends $tea.Model {
1143
1178
  headers: {
1144
1179
  [key: string]: string;
1145
1180
  };
1181
+ statusCode: number;
1146
1182
  body: DescribeApplicationImageResponseBody;
1147
1183
  static names(): {
1148
1184
  [key: string]: string;
@@ -1192,6 +1228,7 @@ export declare class DescribeApplicationInstancesResponse extends $tea.Model {
1192
1228
  headers: {
1193
1229
  [key: string]: string;
1194
1230
  };
1231
+ statusCode: number;
1195
1232
  body: DescribeApplicationInstancesResponseBody;
1196
1233
  static names(): {
1197
1234
  [key: string]: string;
@@ -1234,6 +1271,7 @@ export declare class DescribeApplicationScalingRuleResponse extends $tea.Model {
1234
1271
  headers: {
1235
1272
  [key: string]: string;
1236
1273
  };
1274
+ statusCode: number;
1237
1275
  body: DescribeApplicationScalingRuleResponseBody;
1238
1276
  static names(): {
1239
1277
  [key: string]: string;
@@ -1275,6 +1313,7 @@ export declare class DescribeApplicationScalingRulesResponse extends $tea.Model
1275
1313
  headers: {
1276
1314
  [key: string]: string;
1277
1315
  };
1316
+ statusCode: number;
1278
1317
  body: DescribeApplicationScalingRulesResponseBody;
1279
1318
  static names(): {
1280
1319
  [key: string]: string;
@@ -1320,6 +1359,7 @@ export declare class DescribeApplicationSlbsResponse extends $tea.Model {
1320
1359
  headers: {
1321
1360
  [key: string]: string;
1322
1361
  };
1362
+ statusCode: number;
1323
1363
  body: DescribeApplicationSlbsResponseBody;
1324
1364
  static names(): {
1325
1365
  [key: string]: string;
@@ -1365,6 +1405,7 @@ export declare class DescribeApplicationStatusResponse extends $tea.Model {
1365
1405
  headers: {
1366
1406
  [key: string]: string;
1367
1407
  };
1408
+ statusCode: number;
1368
1409
  body: DescribeApplicationStatusResponseBody;
1369
1410
  static names(): {
1370
1411
  [key: string]: string;
@@ -1410,6 +1451,7 @@ export declare class DescribeChangeOrderResponse extends $tea.Model {
1410
1451
  headers: {
1411
1452
  [key: string]: string;
1412
1453
  };
1454
+ statusCode: number;
1413
1455
  body: DescribeChangeOrderResponseBody;
1414
1456
  static names(): {
1415
1457
  [key: string]: string;
@@ -1456,6 +1498,7 @@ export declare class DescribeComponentsResponse extends $tea.Model {
1456
1498
  headers: {
1457
1499
  [key: string]: string;
1458
1500
  };
1501
+ statusCode: number;
1459
1502
  body: DescribeComponentsResponseBody;
1460
1503
  static names(): {
1461
1504
  [key: string]: string;
@@ -1501,6 +1544,7 @@ export declare class DescribeConfigMapResponse extends $tea.Model {
1501
1544
  headers: {
1502
1545
  [key: string]: string;
1503
1546
  };
1547
+ statusCode: number;
1504
1548
  body: DescribeConfigMapResponseBody;
1505
1549
  static names(): {
1506
1550
  [key: string]: string;
@@ -1547,6 +1591,7 @@ export declare class DescribeConfigurationPriceResponse extends $tea.Model {
1547
1591
  headers: {
1548
1592
  [key: string]: string;
1549
1593
  };
1594
+ statusCode: number;
1550
1595
  body: DescribeConfigurationPriceResponseBody;
1551
1596
  static names(): {
1552
1597
  [key: string]: string;
@@ -1580,6 +1625,7 @@ export declare class DescribeEdasContainersResponse extends $tea.Model {
1580
1625
  headers: {
1581
1626
  [key: string]: string;
1582
1627
  };
1628
+ statusCode: number;
1583
1629
  body: DescribeEdasContainersResponseBody;
1584
1630
  static names(): {
1585
1631
  [key: string]: string;
@@ -1625,6 +1671,7 @@ export declare class DescribeGreyTagRouteResponse extends $tea.Model {
1625
1671
  headers: {
1626
1672
  [key: string]: string;
1627
1673
  };
1674
+ statusCode: number;
1628
1675
  body: DescribeGreyTagRouteResponseBody;
1629
1676
  static names(): {
1630
1677
  [key: string]: string;
@@ -1670,6 +1717,7 @@ export declare class DescribeIngressResponse extends $tea.Model {
1670
1717
  headers: {
1671
1718
  [key: string]: string;
1672
1719
  };
1720
+ statusCode: number;
1673
1721
  body: DescribeIngressResponseBody;
1674
1722
  static names(): {
1675
1723
  [key: string]: string;
@@ -1715,6 +1763,7 @@ export declare class DescribeInstanceLogResponse extends $tea.Model {
1715
1763
  headers: {
1716
1764
  [key: string]: string;
1717
1765
  };
1766
+ statusCode: number;
1718
1767
  body: DescribeInstanceLogResponseBody;
1719
1768
  static names(): {
1720
1769
  [key: string]: string;
@@ -1748,6 +1797,7 @@ export declare class DescribeInstanceSpecificationsResponse extends $tea.Model {
1748
1797
  headers: {
1749
1798
  [key: string]: string;
1750
1799
  };
1800
+ statusCode: number;
1751
1801
  body: DescribeInstanceSpecificationsResponseBody;
1752
1802
  static names(): {
1753
1803
  [key: string]: string;
@@ -1793,6 +1843,7 @@ export declare class DescribeNamespaceResponse extends $tea.Model {
1793
1843
  headers: {
1794
1844
  [key: string]: string;
1795
1845
  };
1846
+ statusCode: number;
1796
1847
  body: DescribeNamespaceResponseBody;
1797
1848
  static names(): {
1798
1849
  [key: string]: string;
@@ -1839,6 +1890,7 @@ export declare class DescribeNamespaceListResponse extends $tea.Model {
1839
1890
  headers: {
1840
1891
  [key: string]: string;
1841
1892
  };
1893
+ statusCode: number;
1842
1894
  body: DescribeNamespaceListResponseBody;
1843
1895
  static names(): {
1844
1896
  [key: string]: string;
@@ -1884,6 +1936,7 @@ export declare class DescribeNamespaceResourcesResponse extends $tea.Model {
1884
1936
  headers: {
1885
1937
  [key: string]: string;
1886
1938
  };
1939
+ statusCode: number;
1887
1940
  body: DescribeNamespaceResourcesResponseBody;
1888
1941
  static names(): {
1889
1942
  [key: string]: string;
@@ -1930,6 +1983,7 @@ export declare class DescribeNamespacesResponse extends $tea.Model {
1930
1983
  headers: {
1931
1984
  [key: string]: string;
1932
1985
  };
1986
+ statusCode: number;
1933
1987
  body: DescribeNamespacesResponseBody;
1934
1988
  static names(): {
1935
1989
  [key: string]: string;
@@ -1975,6 +2029,7 @@ export declare class DescribePipelineResponse extends $tea.Model {
1975
2029
  headers: {
1976
2030
  [key: string]: string;
1977
2031
  };
2032
+ statusCode: number;
1978
2033
  body: DescribePipelineResponseBody;
1979
2034
  static names(): {
1980
2035
  [key: string]: string;
@@ -2005,6 +2060,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
2005
2060
  headers: {
2006
2061
  [key: string]: string;
2007
2062
  };
2063
+ statusCode: number;
2008
2064
  body: DescribeRegionsResponseBody;
2009
2065
  static names(): {
2010
2066
  [key: string]: string;
@@ -2046,6 +2102,7 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
2046
2102
  headers: {
2047
2103
  [key: string]: string;
2048
2104
  };
2105
+ statusCode: number;
2049
2106
  body: DisableApplicationScalingRuleResponseBody;
2050
2107
  static names(): {
2051
2108
  [key: string]: string;
@@ -2057,53 +2114,6 @@ export declare class DisableApplicationScalingRuleResponse extends $tea.Model {
2057
2114
  [key: string]: any;
2058
2115
  });
2059
2116
  }
2060
- export declare class DownloadFilesRequest extends $tea.Model {
2061
- appId?: string;
2062
- instanceId?: string;
2063
- localpath?: string;
2064
- static names(): {
2065
- [key: string]: string;
2066
- };
2067
- static types(): {
2068
- [key: string]: any;
2069
- };
2070
- constructor(map?: {
2071
- [key: string]: any;
2072
- });
2073
- }
2074
- export declare class DownloadFilesResponseBody extends $tea.Model {
2075
- code?: string;
2076
- data?: string;
2077
- errorCode?: string;
2078
- message?: string;
2079
- requestId?: string;
2080
- success?: boolean;
2081
- traceId?: string;
2082
- static names(): {
2083
- [key: string]: string;
2084
- };
2085
- static types(): {
2086
- [key: string]: any;
2087
- };
2088
- constructor(map?: {
2089
- [key: string]: any;
2090
- });
2091
- }
2092
- export declare class DownloadFilesResponse extends $tea.Model {
2093
- headers: {
2094
- [key: string]: string;
2095
- };
2096
- body: DownloadFilesResponseBody;
2097
- static names(): {
2098
- [key: string]: string;
2099
- };
2100
- static types(): {
2101
- [key: string]: any;
2102
- };
2103
- constructor(map?: {
2104
- [key: string]: any;
2105
- });
2106
- }
2107
2117
  export declare class EnableApplicationScalingRuleRequest extends $tea.Model {
2108
2118
  appId?: string;
2109
2119
  scalingRuleName?: string;
@@ -2134,6 +2144,7 @@ export declare class EnableApplicationScalingRuleResponse extends $tea.Model {
2134
2144
  headers: {
2135
2145
  [key: string]: string;
2136
2146
  };
2147
+ statusCode: number;
2137
2148
  body: EnableApplicationScalingRuleResponseBody;
2138
2149
  static names(): {
2139
2150
  [key: string]: string;
@@ -2185,6 +2196,7 @@ export declare class ListAppEventsResponse extends $tea.Model {
2185
2196
  headers: {
2186
2197
  [key: string]: string;
2187
2198
  };
2199
+ statusCode: number;
2188
2200
  body: ListAppEventsResponseBody;
2189
2201
  static names(): {
2190
2202
  [key: string]: string;
@@ -2233,6 +2245,7 @@ export declare class ListAppServicesPageResponse extends $tea.Model {
2233
2245
  headers: {
2234
2246
  [key: string]: string;
2235
2247
  };
2248
+ statusCode: number;
2236
2249
  body: ListAppServicesPageResponseBody;
2237
2250
  static names(): {
2238
2251
  [key: string]: string;
@@ -2277,6 +2290,7 @@ export declare class ListAppVersionsResponse extends $tea.Model {
2277
2290
  headers: {
2278
2291
  [key: string]: string;
2279
2292
  };
2293
+ statusCode: number;
2280
2294
  body: ListAppVersionsResponseBody;
2281
2295
  static names(): {
2282
2296
  [key: string]: string;
@@ -2332,6 +2346,7 @@ export declare class ListApplicationsResponse extends $tea.Model {
2332
2346
  headers: {
2333
2347
  [key: string]: string;
2334
2348
  };
2349
+ statusCode: number;
2335
2350
  body: ListApplicationsResponseBody;
2336
2351
  static names(): {
2337
2352
  [key: string]: string;
@@ -2382,6 +2397,7 @@ export declare class ListChangeOrdersResponse extends $tea.Model {
2382
2397
  headers: {
2383
2398
  [key: string]: string;
2384
2399
  };
2400
+ statusCode: number;
2385
2401
  body: ListChangeOrdersResponseBody;
2386
2402
  static names(): {
2387
2403
  [key: string]: string;
@@ -2427,6 +2443,7 @@ export declare class ListConsumedServicesResponse extends $tea.Model {
2427
2443
  headers: {
2428
2444
  [key: string]: string;
2429
2445
  };
2446
+ statusCode: number;
2430
2447
  body: ListConsumedServicesResponseBody;
2431
2448
  static names(): {
2432
2449
  [key: string]: string;
@@ -2472,6 +2489,7 @@ export declare class ListGreyTagRouteResponse extends $tea.Model {
2472
2489
  headers: {
2473
2490
  [key: string]: string;
2474
2491
  };
2492
+ statusCode: number;
2475
2493
  body: ListGreyTagRouteResponseBody;
2476
2494
  static names(): {
2477
2495
  [key: string]: string;
@@ -2518,6 +2536,7 @@ export declare class ListIngressesResponse extends $tea.Model {
2518
2536
  headers: {
2519
2537
  [key: string]: string;
2520
2538
  };
2539
+ statusCode: number;
2521
2540
  body: ListIngressesResponseBody;
2522
2541
  static names(): {
2523
2542
  [key: string]: string;
@@ -2565,6 +2584,7 @@ export declare class ListLogConfigsResponse extends $tea.Model {
2565
2584
  headers: {
2566
2585
  [key: string]: string;
2567
2586
  };
2587
+ statusCode: number;
2568
2588
  body: ListLogConfigsResponseBody;
2569
2589
  static names(): {
2570
2590
  [key: string]: string;
@@ -2615,6 +2635,7 @@ export declare class ListNamespaceChangeOrdersResponse extends $tea.Model {
2615
2635
  headers: {
2616
2636
  [key: string]: string;
2617
2637
  };
2638
+ statusCode: number;
2618
2639
  body: ListNamespaceChangeOrdersResponseBody;
2619
2640
  static names(): {
2620
2641
  [key: string]: string;
@@ -2660,6 +2681,7 @@ export declare class ListNamespacedConfigMapsResponse extends $tea.Model {
2660
2681
  headers: {
2661
2682
  [key: string]: string;
2662
2683
  };
2684
+ statusCode: number;
2663
2685
  body: ListNamespacedConfigMapsResponseBody;
2664
2686
  static names(): {
2665
2687
  [key: string]: string;
@@ -2705,6 +2727,7 @@ export declare class ListPublishedServicesResponse extends $tea.Model {
2705
2727
  headers: {
2706
2728
  [key: string]: string;
2707
2729
  };
2730
+ statusCode: number;
2708
2731
  body: ListPublishedServicesResponseBody;
2709
2732
  static names(): {
2710
2733
  [key: string]: string;
@@ -2754,6 +2777,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
2754
2777
  headers: {
2755
2778
  [key: string]: string;
2756
2779
  };
2780
+ statusCode: number;
2757
2781
  body: ListTagResourcesResponseBody;
2758
2782
  static names(): {
2759
2783
  [key: string]: string;
@@ -2782,6 +2806,7 @@ export declare class OpenSaeServiceResponse extends $tea.Model {
2782
2806
  headers: {
2783
2807
  [key: string]: string;
2784
2808
  };
2809
+ statusCode: number;
2785
2810
  body: OpenSaeServiceResponseBody;
2786
2811
  static names(): {
2787
2812
  [key: string]: string;
@@ -2827,6 +2852,7 @@ export declare class QueryResourceStaticsResponse extends $tea.Model {
2827
2852
  headers: {
2828
2853
  [key: string]: string;
2829
2854
  };
2855
+ statusCode: number;
2830
2856
  body: QueryResourceStaticsResponseBody;
2831
2857
  static names(): {
2832
2858
  [key: string]: string;
@@ -2873,6 +2899,7 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea
2873
2899
  headers: {
2874
2900
  [key: string]: string;
2875
2901
  };
2902
+ statusCode: number;
2876
2903
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
2877
2904
  static names(): {
2878
2905
  [key: string]: string;
@@ -2921,6 +2948,7 @@ export declare class RescaleApplicationResponse extends $tea.Model {
2921
2948
  headers: {
2922
2949
  [key: string]: string;
2923
2950
  };
2951
+ statusCode: number;
2924
2952
  body: RescaleApplicationResponseBody;
2925
2953
  static names(): {
2926
2954
  [key: string]: string;
@@ -2968,6 +2996,7 @@ export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
2968
2996
  headers: {
2969
2997
  [key: string]: string;
2970
2998
  };
2999
+ statusCode: number;
2971
3000
  body: RescaleApplicationVerticallyResponseBody;
2972
3001
  static names(): {
2973
3002
  [key: string]: string;
@@ -3015,6 +3044,7 @@ export declare class RestartApplicationResponse extends $tea.Model {
3015
3044
  headers: {
3016
3045
  [key: string]: string;
3017
3046
  };
3047
+ statusCode: number;
3018
3048
  body: RestartApplicationResponseBody;
3019
3049
  static names(): {
3020
3050
  [key: string]: string;
@@ -3061,6 +3091,7 @@ export declare class RestartInstancesResponse extends $tea.Model {
3061
3091
  headers: {
3062
3092
  [key: string]: string;
3063
3093
  };
3094
+ statusCode: number;
3064
3095
  body: RestartInstancesResponseBody;
3065
3096
  static names(): {
3066
3097
  [key: string]: string;
@@ -3112,6 +3143,7 @@ export declare class RollbackApplicationResponse extends $tea.Model {
3112
3143
  headers: {
3113
3144
  [key: string]: string;
3114
3145
  };
3146
+ statusCode: number;
3115
3147
  body: RollbackApplicationResponseBody;
3116
3148
  static names(): {
3117
3149
  [key: string]: string;
@@ -3157,6 +3189,7 @@ export declare class StartApplicationResponse extends $tea.Model {
3157
3189
  headers: {
3158
3190
  [key: string]: string;
3159
3191
  };
3192
+ statusCode: number;
3160
3193
  body: StartApplicationResponseBody;
3161
3194
  static names(): {
3162
3195
  [key: string]: string;
@@ -3202,6 +3235,7 @@ export declare class StopApplicationResponse extends $tea.Model {
3202
3235
  headers: {
3203
3236
  [key: string]: string;
3204
3237
  };
3238
+ statusCode: number;
3205
3239
  body: StopApplicationResponseBody;
3206
3240
  static names(): {
3207
3241
  [key: string]: string;
@@ -3250,6 +3284,7 @@ export declare class TagResourcesResponse extends $tea.Model {
3250
3284
  headers: {
3251
3285
  [key: string]: string;
3252
3286
  };
3287
+ statusCode: number;
3253
3288
  body: TagResourcesResponseBody;
3254
3289
  static names(): {
3255
3290
  [key: string]: string;
@@ -3297,6 +3332,7 @@ export declare class UnbindSlbResponse extends $tea.Model {
3297
3332
  headers: {
3298
3333
  [key: string]: string;
3299
3334
  };
3335
+ statusCode: number;
3300
3336
  body: UnbindSlbResponseBody;
3301
3337
  static names(): {
3302
3338
  [key: string]: string;
@@ -3346,6 +3382,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
3346
3382
  headers: {
3347
3383
  [key: string]: string;
3348
3384
  };
3385
+ statusCode: number;
3349
3386
  body: UntagResourcesResponseBody;
3350
3387
  static names(): {
3351
3388
  [key: string]: string;
@@ -3391,6 +3428,7 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
3391
3428
  headers: {
3392
3429
  [key: string]: string;
3393
3430
  };
3431
+ statusCode: number;
3394
3432
  body: UpdateAppSecurityGroupResponseBody;
3395
3433
  static names(): {
3396
3434
  [key: string]: string;
@@ -3402,6 +3440,52 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
3402
3440
  [key: string]: any;
3403
3441
  });
3404
3442
  }
3443
+ export declare class UpdateApplicationDescriptionRequest extends $tea.Model {
3444
+ appDescription?: string;
3445
+ appId?: string;
3446
+ static names(): {
3447
+ [key: string]: string;
3448
+ };
3449
+ static types(): {
3450
+ [key: string]: any;
3451
+ };
3452
+ constructor(map?: {
3453
+ [key: string]: any;
3454
+ });
3455
+ }
3456
+ export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model {
3457
+ code?: string;
3458
+ errorCode?: string;
3459
+ message?: string;
3460
+ requestId?: string;
3461
+ success?: boolean;
3462
+ traceId?: string;
3463
+ static names(): {
3464
+ [key: string]: string;
3465
+ };
3466
+ static types(): {
3467
+ [key: string]: any;
3468
+ };
3469
+ constructor(map?: {
3470
+ [key: string]: any;
3471
+ });
3472
+ }
3473
+ export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
3474
+ headers: {
3475
+ [key: string]: string;
3476
+ };
3477
+ statusCode: number;
3478
+ body: UpdateApplicationDescriptionResponseBody;
3479
+ static names(): {
3480
+ [key: string]: string;
3481
+ };
3482
+ static types(): {
3483
+ [key: string]: any;
3484
+ };
3485
+ constructor(map?: {
3486
+ [key: string]: any;
3487
+ });
3488
+ }
3405
3489
  export declare class UpdateApplicationScalingRuleRequest extends $tea.Model {
3406
3490
  appId?: string;
3407
3491
  minReadyInstanceRatio?: number;
@@ -3437,6 +3521,7 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
3437
3521
  headers: {
3438
3522
  [key: string]: string;
3439
3523
  };
3524
+ statusCode: number;
3440
3525
  body: UpdateApplicationScalingRuleResponseBody;
3441
3526
  static names(): {
3442
3527
  [key: string]: string;
@@ -3448,10 +3533,9 @@ export declare class UpdateApplicationScalingRuleResponse extends $tea.Model {
3448
3533
  [key: string]: any;
3449
3534
  });
3450
3535
  }
3451
- export declare class UpdateConfigMapRequest extends $tea.Model {
3452
- configMapId?: number;
3453
- data?: string;
3454
- description?: string;
3536
+ export declare class UpdateApplicationVswitchesRequest extends $tea.Model {
3537
+ appId?: string;
3538
+ vSwitchId?: string;
3455
3539
  static names(): {
3456
3540
  [key: string]: string;
3457
3541
  };
@@ -3462,9 +3546,8 @@ export declare class UpdateConfigMapRequest extends $tea.Model {
3462
3546
  [key: string]: any;
3463
3547
  });
3464
3548
  }
3465
- export declare class UpdateConfigMapResponseBody extends $tea.Model {
3549
+ export declare class UpdateApplicationVswitchesResponseBody extends $tea.Model {
3466
3550
  code?: string;
3467
- data?: UpdateConfigMapResponseBodyData;
3468
3551
  errorCode?: string;
3469
3552
  message?: string;
3470
3553
  requestId?: string;
@@ -3480,11 +3563,12 @@ export declare class UpdateConfigMapResponseBody extends $tea.Model {
3480
3563
  [key: string]: any;
3481
3564
  });
3482
3565
  }
3483
- export declare class UpdateConfigMapResponse extends $tea.Model {
3566
+ export declare class UpdateApplicationVswitchesResponse extends $tea.Model {
3484
3567
  headers: {
3485
3568
  [key: string]: string;
3486
3569
  };
3487
- body: UpdateConfigMapResponseBody;
3570
+ statusCode: number;
3571
+ body: UpdateApplicationVswitchesResponseBody;
3488
3572
  static names(): {
3489
3573
  [key: string]: string;
3490
3574
  };
@@ -3495,11 +3579,10 @@ export declare class UpdateConfigMapResponse extends $tea.Model {
3495
3579
  [key: string]: any;
3496
3580
  });
3497
3581
  }
3498
- export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3582
+ export declare class UpdateConfigMapRequest extends $tea.Model {
3583
+ configMapId?: number;
3584
+ data?: string;
3499
3585
  description?: string;
3500
- dubboRules?: string;
3501
- greyTagRouteId?: number;
3502
- scRules?: string;
3503
3586
  static names(): {
3504
3587
  [key: string]: string;
3505
3588
  };
@@ -3510,9 +3593,9 @@ export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3510
3593
  [key: string]: any;
3511
3594
  });
3512
3595
  }
3513
- export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3596
+ export declare class UpdateConfigMapResponseBody extends $tea.Model {
3514
3597
  code?: string;
3515
- data?: UpdateGreyTagRouteResponseBodyData;
3598
+ data?: UpdateConfigMapResponseBodyData;
3516
3599
  errorCode?: string;
3517
3600
  message?: string;
3518
3601
  requestId?: string;
@@ -3528,11 +3611,12 @@ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3528
3611
  [key: string]: any;
3529
3612
  });
3530
3613
  }
3531
- export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3614
+ export declare class UpdateConfigMapResponse extends $tea.Model {
3532
3615
  headers: {
3533
3616
  [key: string]: string;
3534
3617
  };
3535
- body: UpdateGreyTagRouteResponseBody;
3618
+ statusCode: number;
3619
+ body: UpdateConfigMapResponseBody;
3536
3620
  static names(): {
3537
3621
  [key: string]: string;
3538
3622
  };
@@ -3543,13 +3627,11 @@ export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3543
3627
  [key: string]: any;
3544
3628
  });
3545
3629
  }
3546
- export declare class UpdateIngressRequest extends $tea.Model {
3547
- certId?: string;
3548
- defaultRule?: string;
3630
+ export declare class UpdateGreyTagRouteRequest extends $tea.Model {
3549
3631
  description?: string;
3550
- ingressId?: number;
3551
- listenerPort?: string;
3552
- rules?: string;
3632
+ dubboRules?: string;
3633
+ greyTagRouteId?: number;
3634
+ scRules?: string;
3553
3635
  static names(): {
3554
3636
  [key: string]: string;
3555
3637
  };
@@ -3560,9 +3642,9 @@ export declare class UpdateIngressRequest extends $tea.Model {
3560
3642
  [key: string]: any;
3561
3643
  });
3562
3644
  }
3563
- export declare class UpdateIngressResponseBody extends $tea.Model {
3645
+ export declare class UpdateGreyTagRouteResponseBody extends $tea.Model {
3564
3646
  code?: string;
3565
- data?: UpdateIngressResponseBodyData;
3647
+ data?: UpdateGreyTagRouteResponseBodyData;
3566
3648
  errorCode?: string;
3567
3649
  message?: string;
3568
3650
  requestId?: string;
@@ -3578,11 +3660,12 @@ export declare class UpdateIngressResponseBody extends $tea.Model {
3578
3660
  [key: string]: any;
3579
3661
  });
3580
3662
  }
3581
- export declare class UpdateIngressResponse extends $tea.Model {
3663
+ export declare class UpdateGreyTagRouteResponse extends $tea.Model {
3582
3664
  headers: {
3583
3665
  [key: string]: string;
3584
3666
  };
3585
- body: UpdateIngressResponseBody;
3667
+ statusCode: number;
3668
+ body: UpdateGreyTagRouteResponseBody;
3586
3669
  static names(): {
3587
3670
  [key: string]: string;
3588
3671
  };
@@ -3593,10 +3676,15 @@ export declare class UpdateIngressResponse extends $tea.Model {
3593
3676
  [key: string]: any;
3594
3677
  });
3595
3678
  }
3596
- export declare class UpdateNamespaceRequest extends $tea.Model {
3597
- namespaceDescription?: string;
3598
- namespaceId?: string;
3599
- namespaceName?: string;
3679
+ export declare class UpdateIngressRequest extends $tea.Model {
3680
+ certId?: string;
3681
+ defaultRule?: string;
3682
+ description?: string;
3683
+ ingressId?: number;
3684
+ listenerPort?: string;
3685
+ listenerProtocol?: string;
3686
+ loadBalanceType?: string;
3687
+ rules?: string;
3600
3688
  static names(): {
3601
3689
  [key: string]: string;
3602
3690
  };
@@ -3607,9 +3695,9 @@ export declare class UpdateNamespaceRequest extends $tea.Model {
3607
3695
  [key: string]: any;
3608
3696
  });
3609
3697
  }
3610
- export declare class UpdateNamespaceResponseBody extends $tea.Model {
3698
+ export declare class UpdateIngressResponseBody extends $tea.Model {
3611
3699
  code?: string;
3612
- data?: UpdateNamespaceResponseBodyData;
3700
+ data?: UpdateIngressResponseBodyData;
3613
3701
  errorCode?: string;
3614
3702
  message?: string;
3615
3703
  requestId?: string;
@@ -3625,11 +3713,12 @@ export declare class UpdateNamespaceResponseBody extends $tea.Model {
3625
3713
  [key: string]: any;
3626
3714
  });
3627
3715
  }
3628
- export declare class UpdateNamespaceResponse extends $tea.Model {
3716
+ export declare class UpdateIngressResponse extends $tea.Model {
3629
3717
  headers: {
3630
3718
  [key: string]: string;
3631
3719
  };
3632
- body: UpdateNamespaceResponseBody;
3720
+ statusCode: number;
3721
+ body: UpdateIngressResponseBody;
3633
3722
  static names(): {
3634
3723
  [key: string]: string;
3635
3724
  };
@@ -3640,9 +3729,10 @@ export declare class UpdateNamespaceResponse extends $tea.Model {
3640
3729
  [key: string]: any;
3641
3730
  });
3642
3731
  }
3643
- export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3732
+ export declare class UpdateNamespaceRequest extends $tea.Model {
3733
+ namespaceDescription?: string;
3644
3734
  namespaceId?: string;
3645
- vpcId?: string;
3735
+ namespaceName?: string;
3646
3736
  static names(): {
3647
3737
  [key: string]: string;
3648
3738
  };
@@ -3653,8 +3743,9 @@ export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3653
3743
  [key: string]: any;
3654
3744
  });
3655
3745
  }
3656
- export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3746
+ export declare class UpdateNamespaceResponseBody extends $tea.Model {
3657
3747
  code?: string;
3748
+ data?: UpdateNamespaceResponseBodyData;
3658
3749
  errorCode?: string;
3659
3750
  message?: string;
3660
3751
  requestId?: string;
@@ -3670,11 +3761,12 @@ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3670
3761
  [key: string]: any;
3671
3762
  });
3672
3763
  }
3673
- export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3764
+ export declare class UpdateNamespaceResponse extends $tea.Model {
3674
3765
  headers: {
3675
3766
  [key: string]: string;
3676
3767
  };
3677
- body: UpdateNamespaceVpcResponseBody;
3768
+ statusCode: number;
3769
+ body: UpdateNamespaceResponseBody;
3678
3770
  static names(): {
3679
3771
  [key: string]: string;
3680
3772
  };
@@ -3685,11 +3777,9 @@ export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3685
3777
  [key: string]: any;
3686
3778
  });
3687
3779
  }
3688
- export declare class UploadFilesRequest extends $tea.Model {
3689
- appId?: string;
3690
- cloudUrl?: string;
3691
- instanceId?: string;
3692
- localpath?: string;
3780
+ export declare class UpdateNamespaceVpcRequest extends $tea.Model {
3781
+ namespaceId?: string;
3782
+ vpcId?: string;
3693
3783
  static names(): {
3694
3784
  [key: string]: string;
3695
3785
  };
@@ -3700,9 +3790,8 @@ export declare class UploadFilesRequest extends $tea.Model {
3700
3790
  [key: string]: any;
3701
3791
  });
3702
3792
  }
3703
- export declare class UploadFilesResponseBody extends $tea.Model {
3793
+ export declare class UpdateNamespaceVpcResponseBody extends $tea.Model {
3704
3794
  code?: string;
3705
- data?: string;
3706
3795
  errorCode?: string;
3707
3796
  message?: string;
3708
3797
  requestId?: string;
@@ -3718,11 +3807,12 @@ export declare class UploadFilesResponseBody extends $tea.Model {
3718
3807
  [key: string]: any;
3719
3808
  });
3720
3809
  }
3721
- export declare class UploadFilesResponse extends $tea.Model {
3810
+ export declare class UpdateNamespaceVpcResponse extends $tea.Model {
3722
3811
  headers: {
3723
3812
  [key: string]: string;
3724
3813
  };
3725
- body: UploadFilesResponseBody;
3814
+ statusCode: number;
3815
+ body: UpdateNamespaceVpcResponseBody;
3726
3816
  static names(): {
3727
3817
  [key: string]: string;
3728
3818
  };
@@ -4121,6 +4211,7 @@ export declare class DescribeApplicationConfigResponseBodyDataTags extends $tea.
4121
4211
  }
4122
4212
  export declare class DescribeApplicationConfigResponseBodyData extends $tea.Model {
4123
4213
  acrAssumeRoleArn?: string;
4214
+ acrInstanceId?: string;
4124
4215
  appDescription?: string;
4125
4216
  appId?: string;
4126
4217
  appName?: string;
@@ -4139,6 +4230,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
4139
4230
  jarStartArgs?: string;
4140
4231
  jarStartOptions?: string;
4141
4232
  jdk?: string;
4233
+ kafkaConfigs?: string;
4142
4234
  liveness?: string;
4143
4235
  memory?: number;
4144
4236
  minReadyInstanceRatio?: number;
@@ -4159,6 +4251,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
4159
4251
  phpConfigLocation?: string;
4160
4252
  postStart?: string;
4161
4253
  preStop?: string;
4254
+ programmingLanguage?: string;
4162
4255
  readiness?: string;
4163
4256
  regionId?: string;
4164
4257
  replicas?: number;
@@ -4228,6 +4321,7 @@ export declare class DescribeApplicationImageResponseBodyData extends $tea.Model
4228
4321
  export declare class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
4229
4322
  createTimeStamp?: number;
4230
4323
  eip?: string;
4324
+ finishTimeStamp?: number;
4231
4325
  groupId?: string;
4232
4326
  imageUrl?: string;
4233
4327
  instanceContainerIp?: string;
@@ -4672,6 +4766,7 @@ export declare class DescribeChangeOrderResponseBodyDataPipelines extends $tea.M
4672
4766
  });
4673
4767
  }
4674
4768
  export declare class DescribeChangeOrderResponseBodyData extends $tea.Model {
4769
+ appId?: string;
4675
4770
  appName?: string;
4676
4771
  approvalId?: string;
4677
4772
  auto?: boolean;
@@ -4884,6 +4979,7 @@ export declare class DescribeGreyTagRouteResponseBodyDataScRules extends $tea.Mo
4884
4979
  });
4885
4980
  }
4886
4981
  export declare class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
4982
+ appId?: string;
4887
4983
  createTime?: number;
4888
4984
  description?: string;
4889
4985
  dubboRules?: DescribeGreyTagRouteResponseBodyDataDubboRules[];
@@ -4937,6 +5033,8 @@ export declare class DescribeIngressResponseBodyData extends $tea.Model {
4937
5033
  description?: string;
4938
5034
  id?: number;
4939
5035
  listenerPort?: number;
5036
+ listenerProtocol?: string;
5037
+ loadBalanceType?: string;
4940
5038
  name?: string;
4941
5039
  namespaceId?: string;
4942
5040
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -5009,6 +5107,8 @@ export declare class DescribeNamespaceResourcesResponseBodyData extends $tea.Mod
5009
5107
  appCount?: number;
5010
5108
  belongRegion?: string;
5011
5109
  description?: string;
5110
+ jumpServerAppId?: string;
5111
+ jumpServerIp?: string;
5012
5112
  lastChangeOrderId?: string;
5013
5113
  lastChangeOrderRunning?: boolean;
5014
5114
  lastChangeOrderStatus?: string;
@@ -5193,10 +5293,8 @@ export declare class ListAppEventsResponseBodyData extends $tea.Model {
5193
5293
  });
5194
5294
  }
5195
5295
  export declare class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
5196
- clusterName?: string;
5197
5296
  edasAppId?: string;
5198
5297
  edasAppName?: string;
5199
- gmtModifyTime?: string;
5200
5298
  group?: string;
5201
5299
  instanceNum?: number;
5202
5300
  serviceName?: string;
@@ -5454,6 +5552,8 @@ export declare class ListIngressesResponseBodyDataIngressList extends $tea.Model
5454
5552
  description?: string;
5455
5553
  id?: number;
5456
5554
  listenerPort?: string;
5555
+ listenerProtocol?: string;
5556
+ loadBalanceType?: string;
5457
5557
  name?: string;
5458
5558
  namespaceId?: string;
5459
5559
  slbId?: string;
@@ -6102,10 +6202,6 @@ export default class Client extends OpenApi {
6102
6202
  disableApplicationScalingRuleWithOptions(request: DisableApplicationScalingRuleRequest, headers: {
6103
6203
  [key: string]: string;
6104
6204
  }, runtime: $Util.RuntimeOptions): Promise<DisableApplicationScalingRuleResponse>;
6105
- downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse>;
6106
- downloadFilesWithOptions(request: DownloadFilesRequest, headers: {
6107
- [key: string]: string;
6108
- }, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse>;
6109
6205
  enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse>;
6110
6206
  enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {
6111
6207
  [key: string]: string;
@@ -6218,10 +6314,18 @@ export default class Client extends OpenApi {
6218
6314
  updateAppSecurityGroupWithOptions(request: UpdateAppSecurityGroupRequest, headers: {
6219
6315
  [key: string]: string;
6220
6316
  }, runtime: $Util.RuntimeOptions): Promise<UpdateAppSecurityGroupResponse>;
6317
+ updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse>;
6318
+ updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {
6319
+ [key: string]: string;
6320
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse>;
6221
6321
  updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse>;
6222
6322
  updateApplicationScalingRuleWithOptions(request: UpdateApplicationScalingRuleRequest, headers: {
6223
6323
  [key: string]: string;
6224
6324
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationScalingRuleResponse>;
6325
+ updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse>;
6326
+ updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {
6327
+ [key: string]: string;
6328
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse>;
6225
6329
  updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse>;
6226
6330
  updateConfigMapWithOptions(request: UpdateConfigMapRequest, headers: {
6227
6331
  [key: string]: string;
@@ -6242,8 +6346,4 @@ export default class Client extends OpenApi {
6242
6346
  updateNamespaceVpcWithOptions(request: UpdateNamespaceVpcRequest, headers: {
6243
6347
  [key: string]: string;
6244
6348
  }, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceVpcResponse>;
6245
- uploadFiles(request: UploadFilesRequest): Promise<UploadFilesResponse>;
6246
- uploadFilesWithOptions(request: UploadFilesRequest, headers: {
6247
- [key: string]: string;
6248
- }, runtime: $Util.RuntimeOptions): Promise<UploadFilesResponse>;
6249
6349
  }